entered into RCS

This commit is contained in:
Roland McGrath 1994-02-01 00:52:23 +00:00
parent 6ad344f009
commit 64d88a4ad0
3 changed files with 5 additions and 4 deletions

View File

@ -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. */

View File

@ -0,0 +1 @@
#include <sysdeps/unix/bsd/i386/__vfork.S>

View File

@ -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. */