diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2012-01-29 17:48:54 +0100 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2012-01-29 18:31:16 +0100 |
commit | 7c721d31e4b7a0bdf6f803b8e7c38996bf60b59f (patch) | |
tree | 217d8054855c8c3b57c1d9ac24d83641aa566253 /libc/stdio/tmpnam.c | |
parent | fba639dcdcc2f3fede71e8bcd1a1a525a7f57d61 (diff) |
tmpnam, tempnam are obsolete in SUSV4
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'libc/stdio/tmpnam.c')
-rw-r--r-- | libc/stdio/tmpnam.c | 3 |
1 files changed, 1 insertions, 2 deletions
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'") |