diff options
Diffstat (limited to 'libc/string/psignal.c')
-rw-r--r-- | libc/string/psignal.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/string/psignal.c b/libc/string/psignal.c index daf9764b1..64b52c98b 100644 --- a/libc/string/psignal.c +++ b/libc/string/psignal.c @@ -12,6 +12,7 @@ libc_hidden_proto(fprintf) libc_hidden_proto(strsignal) +libc_hidden_proto(stderr) /* TODO: make this threadsafe with a reentrant version of strsignal? */ |