diff options
Diffstat (limited to 'sysdeps/unix/sysv/linux/i386/sysdep.S')
-rw-r--r-- | sysdeps/unix/sysv/linux/i386/sysdep.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/i386/sysdep.S b/sysdeps/unix/sysv/linux/i386/sysdep.S index 0f05c84808..42f4854797 100644 --- a/sysdeps/unix/sysv/linux/i386/sysdep.S +++ b/sysdeps/unix/sysv/linux/i386/sysdep.S @@ -24,6 +24,7 @@ Cambridge, MA 02139, USA. */ ...and this place is here. */ .comm errno,4,4 +_errno = errno /* This name is expected by hj libc.so.5 startup code. */ /* The following code is not used at all in the shared library. The PIC system call stubs set errno themselves. */ |