diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-01-17 20:42:30 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-01-17 20:42:30 +0000 |
commit | f781b637bfa0119b603af8eb33da085bf6eb0821 (patch) | |
tree | 5948373d92be5731e3d4cb120e93c547bdfdac98 /libc | |
parent | 0e4cf8c30079e273e9a79bee1f18c133927650a6 (diff) |
Don't waste space warning about tempnam()
Diffstat (limited to 'libc')
-rw-r--r-- | libc/stdio/tempnam.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/stdio/tempnam.c b/libc/stdio/tempnam.c index f1ea626b6..4beb5af83 100644 --- a/libc/stdio/tempnam.c +++ b/libc/stdio/tempnam.c @@ -45,4 +45,3 @@ tempnam (const char *dir, const char *pfx) return strdup (buf); } -link_warning (tempnam, "`tempnam' is dangerous, use `mkstemp'") |