patch-2.2.17 linux/include/asm-alpha/unistd.h
Next file: linux/include/asm-i386/processor.h
Previous file: linux/include/asm-alpha/bitops.h
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Mon Sep 4 18:39:28 2000
- Orig file:
v2.2.16/include/asm-alpha/unistd.h
- Orig date:
Mon Sep 4 18:37:14 2000
diff -u --recursive --new-file v2.2.16/include/asm-alpha/unistd.h linux/include/asm-alpha/unistd.h
@@ -315,7 +315,7 @@
#define __NR_mincore 375 /* implemented in 2.3 */
#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
@@ -495,7 +495,7 @@
_syscall_return(type); \
}
-#endif /* __LIBRARY__ && __GNUC__ */
+#endif /* __GNUC__ */
#ifdef __KERNEL_SYSCALLS__
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)