diff options
Diffstat (limited to 'libc/stdio/tmpnam.c')
-rw-r--r-- | libc/stdio/tmpnam.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/stdio/tmpnam.c b/libc/stdio/tmpnam.c index bc4ffeb6a..8df6ff57f 100644 --- a/libc/stdio/tmpnam.c +++ b/libc/stdio/tmpnam.c @@ -20,7 +20,7 @@ #include <string.h> #include "../misc/internals/tempname.h" -libc_hidden_proto(memcpy) +/* Experimentally off - libc_hidden_proto(memcpy) */ static char tmpnam_buffer[L_tmpnam]; |