mirror of
git://sourceware.org/git/glibc.git
synced 2025-02-17 13:00:43 +08:00
entered into RCS
This commit is contained in:
parent
6ad344f009
commit
64d88a4ad0
@ -1,4 +1,4 @@
|
||||
/* Copyright (C) 1991, 1992, 1993 Free Software Foundation, Inc.
|
||||
/* Copyright (C) 1991, 1992, 1993, 1994 Free Software Foundation, Inc.
|
||||
This file is part of the GNU C Library.
|
||||
|
||||
The GNU C Library is free software; you can redistribute it and/or
|
||||
@ -22,7 +22,7 @@ Cambridge, MA 02139, USA. */
|
||||
.globl _errno
|
||||
.globl syscall_error
|
||||
syscall_error:
|
||||
#ifdef EWOULDBLOCK_sys
|
||||
#if defined (EWOULDBLOCK_sys) && EWOULDBLOCK_sys != EAGAIN
|
||||
/* We translate the system's EWOULDBLOCK error into EAGAIN.
|
||||
The GNU C library always defines EWOULDBLOCK==EAGAIN.
|
||||
EWOULDBLOCK_sys is the original number. */
|
||||
|
1
sysdeps/unix/sysv/sysv4/i386/vfork.S
Normal file
1
sysdeps/unix/sysv/sysv4/i386/vfork.S
Normal file
@ -0,0 +1 @@
|
||||
#include <sysdeps/unix/bsd/i386/__vfork.S>
|
@ -1,4 +1,4 @@
|
||||
/* Copyright (C) 1993 Free Software Foundation, Inc.
|
||||
/* Copyright (C) 1993, 1994 Free Software Foundation, Inc.
|
||||
Contributed by Brendan Kehoe (brendan@zen.org).
|
||||
|
||||
The GNU C Library is free software; you can redistribute it and/or
|
||||
@ -28,7 +28,7 @@ ENTRY(syscall_error)
|
||||
mov EINTR, %o0
|
||||
|
||||
notint:
|
||||
#ifdef EWOULDBLOCK_sys
|
||||
#if defined (EWOULDBLOCK_sys) && EWOULDBLOCK_sys != EAGAIN
|
||||
/* We translate the system's EWOULDBLOCK error into EAGAIN.
|
||||
The GNU C library always defines EWOULDBLOCK==EAGAIN.
|
||||
EWOULDBLOCK_sys is the original number. */
|
||||
|
Loading…
Reference in New Issue
Block a user