index
:
uclibc-ng.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libc
/
sysdeps
/
linux
/
common
/
list_syscalls.sh
blob: a354f441310c2e6c32d8db1f98728b3e66b570f0 (
plain
)
1
2
3
4
#!/bin/sh sed -ne 's/^.*_syscall[0-9].*([^,]*,\([^,)]*\).*/\1.o/gp' syscalls.c