Ver código fonte

Don't waste space warning about tempnam()

Eric Andersen 23 anos atrás
pai
commit
f781b637bf
1 arquivos alterados com 0 adições e 1 exclusões
  1. 0 1
      libc/stdio/tempnam.c

+ 0 - 1
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'")