svn commit: trunk/uClibc/include

psm at uclibc.org psm at uclibc.org
Sun Nov 27 01:35:53 UTC 2005


Author: psm
Date: 2005-11-26 17:35:52 -0800 (Sat, 26 Nov 2005)
New Revision: 12543

Log:
headers patched w/ sed -i 's:extern int errno:#include <errno.h>' linux/unistd.h fail here

Modified:
   trunk/uClibc/include/ssp-internal.h


Changeset:
Modified: trunk/uClibc/include/ssp-internal.h
===================================================================
--- trunk/uClibc/include/ssp-internal.h	2005-11-27 01:20:58 UTC (rev 12542)
+++ trunk/uClibc/include/ssp-internal.h	2005-11-27 01:35:52 UTC (rev 12543)
@@ -21,6 +21,10 @@
 #include <signal.h>
 #include <linux/unistd.h>
 
+#ifndef errno
+extern int errno;
+#endif
+
 #ifndef __SSP_QUICK_CANARY__
 #define __NR___kernel_open		__NR_open
 static __always_inline _syscall3(int,__kernel_open,const char *,path,int,flags,__kernel_mode_t,mode);




More information about the uClibc-cvs mailing list