patch-2.4.0-test2 linux/include/asm-alpha/unistd.h
Next file: linux/include/asm-arm/arch-arc/hardware.h
Previous file: linux/include/asm-alpha/uaccess.h
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Mon Jun 19 17:59:33 2000
- Orig file:
v2.4.0-test1/linux/include/asm-alpha/unistd.h
- Orig date:
Mon Mar 27 08:08:31 2000
diff -u --recursive --new-file v2.4.0-test1/linux/include/asm-alpha/unistd.h linux/include/asm-alpha/unistd.h
@@ -315,7 +315,7 @@
#define __NR_mincore 375
#define __NR_pciconfig_iobase 376
-#if defined(__LIBRARY__) && defined(__GNUC__)
+#if defined(__GNUC__)
#define _syscall_return(type) \
return (_sc_err ? errno = _sc_ret, _sc_ret = -1L : 0), (type) _sc_ret
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)