diff options
| -rw-r--r-- | libc/sysdeps/linux/cris/sysdep.S | 9 | 
1 files changed, 0 insertions, 9 deletions
diff --git a/libc/sysdeps/linux/cris/sysdep.S b/libc/sysdeps/linux/cris/sysdep.S index 4e558153b..416751d65 100644 --- a/libc/sysdeps/linux/cris/sysdep.S +++ b/libc/sysdeps/linux/cris/sysdep.S @@ -19,15 +19,6 @@  #include <features.h>  #include "sysdep.h" -/* Make space for the errno variable.  */ - -	.globl	C_SYMBOL_NAME(errno) -	.type	C_SYMBOL_NAME(errno),@object -	.lcomm	C_SYMBOL_NAME(errno),4 - -	.weak errno -	errno = _errno -  /* The syscall stubs jump here when they detect an error, bot for PIC and     non-PIC.  */  | 
