diff options
Diffstat (limited to 'sysdeps/unix/i386/sysdep.S')
-rw-r--r-- | sysdeps/unix/i386/sysdep.S | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sysdeps/unix/i386/sysdep.S b/sysdeps/unix/i386/sysdep.S index 9f279e15b1..fc5cd67ec0 100644 --- a/sysdeps/unix/i386/sysdep.S +++ b/sysdeps/unix/i386/sysdep.S @@ -1,4 +1,4 @@ -/* Copyright (C) 1991-1997,2000,2002,2004,2005,2011 +/* Copyright (C) 1991-1997,2000,2002,2004,2005,2011,2012 Free Software Foundation, Inc. This file is part of the GNU C Library. @@ -30,12 +30,7 @@ .globl C_SYMBOL_NAME(errno) .globl syscall_error -#undef syscall_error -#ifdef NO_UNDERSCORES __syscall_error: -#else -syscall_error: -#endif #if defined (EWOULDBLOCK_sys) && EWOULDBLOCK_sys != EAGAIN /* We translate the system's EWOULDBLOCK error into EAGAIN. The GNU C library always defines EWOULDBLOCK==EAGAIN. |