list_syscalls.sh 81 B

1234
  1. #!/bin/sh
  2. sed -ne 's/^.*_syscall[0-9].*([^,]*,\([^,)]*\).*/\1.o/gp' syscalls.c