mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Thu Nov 2 19:24:37 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
* sysdeps/unix/sysv/linux/i386/sysdep.S (errno): Define as common.
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
Thu Nov 2 19:24:37 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
|
||||
|
||||
* sysdeps/unix/sysv/linux/i386/sysdep.S (errno): Define as common.
|
||||
|
||||
Tue Oct 31 00:07:29 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
|
||||
|
||||
* sysdeps/mach/hurd/getpriority.c (getpriority): Pass
|
||||
|
@ -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. */
|
||||
|
Reference in New Issue
Block a user