summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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'")