Add declaration for sys_signame[] forgotten in change 12489

This commit is contained in:
Thorsten Glaser 2009-12-01 15:12:01 +01:00
parent 350bb359fa
commit 81569aa72c

View File

@ -51,6 +51,7 @@ typedef int sig_atomic_t;
#endif
extern const char * const sys_siglist[];
extern const char * const sys_signame[];
static __inline__ int sigismember(sigset_t *set, int signum)
{