From: Roland McGrath Date: Fri, 3 Nov 1995 10:00:20 +0000 (+0000) Subject: Thu Nov 2 19:24:37 1995 Roland McGrath X-Git-Tag: cvs/libc-951103 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=27cc33c3b483ce4f73cbd3671ba1fd872b473c4d;p=platform%2Fupstream%2Fglibc.git Thu Nov 2 19:24:37 1995 Roland McGrath * sysdeps/unix/sysv/linux/i386/sysdep.S (errno): Define as common. --- diff --git a/ChangeLog b/ChangeLog index 9e49498..efe148b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Thu Nov 2 19:24:37 1995 Roland McGrath + + * sysdeps/unix/sysv/linux/i386/sysdep.S (errno): Define as common. + Tue Oct 31 00:07:29 1995 Roland McGrath * sysdeps/mach/hurd/getpriority.c (getpriority): Pass diff --git a/sysdeps/unix/sysv/linux/i386/sysdep.S b/sysdeps/unix/sysv/linux/i386/sysdep.S index f5ac8aa..0f05c84 100644 --- a/sysdeps/unix/sysv/linux/i386/sysdep.S +++ b/sysdeps/unix/sysv/linux/i386/sysdep.S @@ -23,10 +23,7 @@ Cambridge, MA 02139, USA. */ it somewhere else. ...and this place is here. */ - .data - .globl errno -errno: - .long 0 +.comm errno,4,4 /* The following code is not used at all in the shared library. The PIC system call stubs set errno themselves. */