summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common/list_syscalls.sh
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-10-25 07:12:13 +0000
committerEric Andersen <andersen@codepoet.org>2000-10-25 07:12:13 +0000
commit539adfd7c7cbc7d6d3bea94eb1aa2a7103ca71c0 (patch)
tree69b3a3e6727a2ed28608acc0a2f41f32787404a6 /libc/sysdeps/linux/common/list_syscalls.sh
parentb7aed1d7020298382852a718726b218afe7dfcc7 (diff)
Move syscalls to sysdeps/linux/common (since they are common).
Remove _start.S since I now have a portable C version.
Diffstat (limited to 'libc/sysdeps/linux/common/list_syscalls.sh')
-rwxr-xr-xlibc/sysdeps/linux/common/list_syscalls.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/common/list_syscalls.sh b/libc/sysdeps/linux/common/list_syscalls.sh
new file mode 100755
index 000000000..a354f4413
--- /dev/null
+++ b/libc/sysdeps/linux/common/list_syscalls.sh
@@ -0,0 +1,4 @@
+#!/bin/sh
+sed -ne 's/^.*_syscall[0-9].*([^,]*,\([^,)]*\).*/\1.o/gp' syscalls.c
+
+