diff options
Diffstat (limited to 'misc')
-rw-r--r-- | misc/mktemp.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/mktemp.c b/misc/mktemp.c index 4130f9e2f0..4149aadf51 100644 --- a/misc/mktemp.c +++ b/misc/mktemp.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1998, 1999 Free Software Foundation, Inc. +/* Copyright (C) 1998, 1999, 2000 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 @@ -32,3 +32,5 @@ mktemp (template) return template; } + +link_warning (mktemp, "the use of `mktemp' is dangerous, better use `mkstemp'") |