From 6334e558ab33ee1e54ed33740881a2798c5915c2 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 21 Jan 2004 23:27:48 +0000 Subject: Split up syscalls.c, since it had grown to be quite large and ugly. -Erik --- libc/sysdeps/linux/common/list_syscalls.sh | 4 ---- 1 file changed, 4 deletions(-) delete mode 100755 libc/sysdeps/linux/common/list_syscalls.sh (limited to 'libc/sysdeps/linux/common/list_syscalls.sh') diff --git a/libc/sysdeps/linux/common/list_syscalls.sh b/libc/sysdeps/linux/common/list_syscalls.sh deleted file mode 100755 index a354f4413..000000000 --- a/libc/sysdeps/linux/common/list_syscalls.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -sed -ne 's/^.*_syscall[0-9].*([^,]*,\([^,)]*\).*/\1.o/gp' syscalls.c - - -- cgit v1.2.3