Преглед изворни кода

Don't waste space warning about tempnam()

Eric Andersen пре 22 година
родитељ
комит
f781b637bf
1 измењених фајлова са 0 додато и 1 уклоњено
  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'")