diff options
Diffstat (limited to 'libc/string/psignal.c')
-rw-r--r-- | libc/string/psignal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/string/psignal.c b/libc/string/psignal.c index 1ca8725db..e4498528a 100644 --- a/libc/string/psignal.c +++ b/libc/string/psignal.c @@ -10,7 +10,7 @@ #include <string.h> #include <signal.h> -libc_hidden_proto(fprintf) +/* libc_hidden_proto(fprintf) */ /* Experimentally off - libc_hidden_proto(strsignal) */ /* TODO: make this threadsafe with a reentrant version of strsignal? */ |