commit | 81569aa72c48caef1e74be31a5f799fc34a1cfc5 | [log] [tgz] |
---|---|---|
author | Thorsten Glaser <tg@mirbsd.org> | Tue Dec 01 15:12:01 2009 +0100 |
committer | Thorsten Glaser <tg@mirbsd.org> | Mon Apr 05 21:08:30 2010 +0200 |
tree | fce4aaecff99f555718a6a6866fcd8db8863cf22 | |
parent | 350bb359fa5e31e3dfae8be6b1ce7ee3495f0da7 [diff] [blame] |
Add declaration for sys_signame[] forgotten in change 12489
diff --git a/libc/include/signal.h b/libc/include/signal.h index 5540847..6474a6b 100644 --- a/libc/include/signal.h +++ b/libc/include/signal.h
@@ -51,6 +51,7 @@ #endif extern const char * const sys_siglist[]; +extern const char * const sys_signame[]; static __inline__ int sigismember(sigset_t *set, int signum) {