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 467e3bc37..1ca8725db 100644 --- a/libc/string/psignal.c +++ b/libc/string/psignal.c @@ -11,7 +11,7 @@ #include <signal.h> libc_hidden_proto(fprintf) -libc_hidden_proto(strsignal) +/* Experimentally off - libc_hidden_proto(strsignal) */ /* TODO: make this threadsafe with a reentrant version of strsignal? */ |