From 520788b8301489594c27a2c113500929f422985a Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Sun, 27 Nov 2005 01:35:52 +0000 Subject: headers patched w/ sed -i 's:extern int errno:#include ' linux/unistd.h fail here --- include/ssp-internal.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include') diff --git a/include/ssp-internal.h b/include/ssp-internal.h index 81a83f70c..cd44b4f5d 100644 --- a/include/ssp-internal.h +++ b/include/ssp-internal.h @@ -21,6 +21,10 @@ #include #include +#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); -- cgit v1.2.3