From 7c721d31e4b7a0bdf6f803b8e7c38996bf60b59f Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Sun, 29 Jan 2012 17:48:54 +0100 Subject: tmpnam, tempnam are obsolete in SUSV4 Signed-off-by: Bernhard Reutner-Fischer --- libc/stdio/tmpnam.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libc/stdio/tmpnam.c') diff --git a/libc/stdio/tmpnam.c b/libc/stdio/tmpnam.c index 323105ba4..e7359c3bc 100644 --- a/libc/stdio/tmpnam.c +++ b/libc/stdio/tmpnam.c @@ -50,5 +50,4 @@ tmpnam (char *s) return s; } -link_warning (tmpnam, - "the use of `tmpnam' is dangerous, better use `mkstemp'") +link_warning (tmpnam, "the use of `tmpnam' is dangerous, better use `mkstemp'") -- cgit v1.2.3