diff options
Diffstat (limited to 'sysdeps/stub/mkstemp.c')
-rw-r--r-- | sysdeps/stub/mkstemp.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysdeps/stub/mkstemp.c b/sysdeps/stub/mkstemp.c index 0adc52ed62..1adf6c0215 100644 --- a/sysdeps/stub/mkstemp.c +++ b/sysdeps/stub/mkstemp.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1992 Free Software Foundation, Inc. +/* Copyright (C) 1992, 1995 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -36,3 +36,5 @@ DEFUN(mkstemp, (template), char *template) errno = ENOSYS; return -1; } + +stub_warning (mkstemp) |