summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common/bits/syscalls.h
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2009-07-03 16:44:59 -0400
committerAustin Foxley <austinf@cetoncorp.com>2009-07-09 01:36:43 -0700
commitb130cfb465ca69a786e0bff9fa7e989f70178387 (patch)
tree2ab8ca17de35c8254f72b72472fab0f40ad31ab2 /libc/sysdeps/linux/common/bits/syscalls.h
parentec9ad7f23f90a70b43af1091797412d9ed318afd (diff)
downloaduClibc-alpine-b130cfb465ca69a786e0bff9fa7e989f70178387.tar.bz2
uClibc-alpine-b130cfb465ca69a786e0bff9fa7e989f70178387.tar.xz
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 <vapier@gentoo.org> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
Diffstat (limited to 'libc/sysdeps/linux/common/bits/syscalls.h')
-rw-r--r--libc/sysdeps/linux/common/bits/syscalls.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/common/bits/syscalls.h b/libc/sysdeps/linux/common/bits/syscalls.h
index ceba568e5..e7c6b035d 100644
--- a/libc/sysdeps/linux/common/bits/syscalls.h
+++ b/libc/sysdeps/linux/common/bits/syscalls.h
@@ -5,4 +5,5 @@
* forbidden. Don't do it. It is bad for you.
*/
-#error You have not provided architecture specific _syscall[0-6] macros
+#error You have not provided architecture specific bits/syscalls.h
+#error You should need to define only INTERNAL_SYSCALL