From b387d762361e6c109c6a60bced003e72447b0a33 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 3 Jul 2009 16:44:59 -0400 Subject: syscall: unify common syscall defines Unify all the common syscall defines in syscalls-common.h and scrub all the duplicated code from relevant ports. This should also make converting existing ports to INLINE_SYSCALL() much easier as they don't have to get lost in all the unrelated noise, as well as creating new ports. Signed-off-by: Mike Frysinger --- include/sys/syscall.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/sys/syscall.h b/include/sys/syscall.h index 4c8ede843..db8364bcf 100644 --- a/include/sys/syscall.h +++ b/include/sys/syscall.h @@ -32,6 +32,7 @@ #include #if defined _LIBC && (defined IS_IN_libc || defined NOT_IN_libc) # include +# include #endif #endif -- cgit v1.2.3