aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/stub/mktemp.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/stub/mktemp.c')
-rw-r--r--sysdeps/stub/mktemp.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sysdeps/stub/mktemp.c b/sysdeps/stub/mktemp.c
index 33a1295942..ad660232d7 100644
--- a/sysdeps/stub/mktemp.c
+++ b/sysdeps/stub/mktemp.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 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
@@ -35,3 +35,5 @@ DEFUN(mktemp, (template), char *template)
errno = ENOSYS;
return NULL;
}
+
+stub_warning (mktemp)