OSDN Git Service

Don't waste space warning about tempnam()
authorEric Andersen <andersen@codepoet.org>
Thu, 17 Jan 2002 20:42:30 +0000 (20:42 -0000)
committerEric Andersen <andersen@codepoet.org>
Thu, 17 Jan 2002 20:42:30 +0000 (20:42 -0000)
libc/stdio/tempnam.c

index f1ea626..4beb5af 100644 (file)
@@ -45,4 +45,3 @@ tempnam (const char *dir, const char *pfx)
   return strdup (buf);
 }
 
-link_warning (tempnam, "`tempnam' is dangerous, use `mkstemp'")