diff options
Diffstat (limited to 'sysdeps/unix/sysv/linux/i386/sysdep.S')
-rw-r--r-- | sysdeps/unix/sysv/linux/i386/sysdep.S | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/sysdeps/unix/sysv/linux/i386/sysdep.S b/sysdeps/unix/sysv/linux/i386/sysdep.S index 9546bb3c64..b8df43cd7c 100644 --- a/sysdeps/unix/sysv/linux/i386/sysdep.S +++ b/sysdeps/unix/sysv/linux/i386/sysdep.S @@ -17,29 +17,6 @@ 02111-1307 USA. */ #include <sysdep.h> -#include <tls.h> - -/* The Linux version is in fact i386/ELF and the start.? file for this - system (sysdeps/i386/elf/start.S) is also used by The Hurd. This file - must not contain the definition of the `errno' variable, we have to - define it somewhere else. - - ...and this place is here. */ -#if USE_TLS && HAVE___THREAD - .section .tbss -#else - .bss -#endif - .globl errno - .type errno,@object - .size errno,4 - .globl _errno - .type _errno,@object - .size _errno,4 - .align 4 -errno: -_errno: - .space 4 /* The following code is only used in the shared library when we compile the reentrant version. Otherwise each system call defines |