summaryrefslogtreecommitdiff
path: root/libc/stdio/tmpnam_r.c
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2015-04-12 18:40:58 +0200
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2015-04-12 18:40:58 +0200
commit32d11b1454734c7931b8b0ec98cf5aba1970dde5 (patch)
tree572bf5cb716c952f41040237898bb01c455d1b1b /libc/stdio/tmpnam_r.c
parentef9ba4461921ac472ffbb057e7423dfb7331508c (diff)
remove more of the link_warnings
Only the stub warnings left for now.
Diffstat (limited to 'libc/stdio/tmpnam_r.c')
-rw-r--r--libc/stdio/tmpnam_r.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/stdio/tmpnam_r.c b/libc/stdio/tmpnam_r.c
index bfd60a437..3cc48b094 100644
--- a/libc/stdio/tmpnam_r.c
+++ b/libc/stdio/tmpnam_r.c
@@ -32,4 +32,3 @@ char * tmpnam_r (char *s)
return s;
}
-link_warning (tmpnam_r, "the use of OBSOLESCENT `tmpnam_r' is discouraged, use `mkstemp'")