summaryrefslogtreecommitdiff
path: root/libc/stdio/tempnam.c
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-01-17 20:42:30 +0000
committerEric Andersen <andersen@codepoet.org>2002-01-17 20:42:30 +0000
commitf781b637bfa0119b603af8eb33da085bf6eb0821 (patch)
tree5948373d92be5731e3d4cb120e93c547bdfdac98 /libc/stdio/tempnam.c
parent0e4cf8c30079e273e9a79bee1f18c133927650a6 (diff)
Don't waste space warning about tempnam()
Diffstat (limited to 'libc/stdio/tempnam.c')
-rw-r--r--libc/stdio/tempnam.c1
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'")