svn commit: trunk/uClibc/libc/string

sjhill at uclibc.org sjhill at uclibc.org
Sat Jan 7 01:40:17 UTC 2006


Author: sjhill
Date: 2006-01-06 17:40:16 -0800 (Fri, 06 Jan 2006)
New Revision: 13137

Log:
Congratulations! You get the stupid award for not including <signal.h> to
pull in the signal #define's. How did this compile for you again?


Modified:
   trunk/uClibc/libc/string/strsignal.c


Changeset:
Modified: trunk/uClibc/libc/string/strsignal.c
===================================================================
--- trunk/uClibc/libc/string/strsignal.c	2006-01-07 01:19:35 UTC (rev 13136)
+++ trunk/uClibc/libc/string/strsignal.c	2006-01-07 01:40:16 UTC (rev 13137)
@@ -17,6 +17,7 @@
 #include <features.h>
 #include <string.h>
 #include <bits/uClibc_uintmaxtostr.h>
+#include <signal.h>
 
 #define _SYS_NSIG			32
 




More information about the uClibc-cvs mailing list