Sfoglia il codice sorgente

Don't waste space warning about tempnam()

Eric Andersen 22 anni fa
parent
commit
f781b637bf
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  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'")