From ffd98ffec71ec6c7b7e7a96f5e6dce40077b3785 Mon Sep 17 00:00:00 2001
From: Eric Andersen <andersen@codepoet.org>
Date: Fri, 8 Dec 2006 21:05:37 +0000
Subject: Take Mike Frysinger's comments into account -- make certain that user
 applications stop using _syscall#() and use syscall() instead.  Cleanup
 internal handling of syscall includes to use the correct header file.

---
 libc/sysdeps/linux/e1/bits/syscalls.h | 5 -----
 1 file changed, 5 deletions(-)

(limited to 'libc/sysdeps/linux/e1/bits')

diff --git a/libc/sysdeps/linux/e1/bits/syscalls.h b/libc/sysdeps/linux/e1/bits/syscalls.h
index cd67de776..8852a0f55 100644
--- a/libc/sysdeps/linux/e1/bits/syscalls.h
+++ b/libc/sysdeps/linux/e1/bits/syscalls.h
@@ -10,11 +10,6 @@
 
 #include <features.h>
 
-/* This includes the `__NR_<name>' syscall numbers taken from the Linux kernel
- * header files.  It also defines the traditional `SYS_<name>' macros for older
- * programs.  */
-#include <bits/sysnum.h>
-
 /* Include the library _syscallx macros */
 #include <bits/unistd.h>
 
-- 
cgit v1.2.3