From 72677cc3d8403da4b35c99617352bde347780222 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Mon, 22 Jul 2002 17:10:30 +0000 Subject: Rework syscall handling. Rewrite syscall handlers for x86 and ARM. Prepare to kill the UNIFIED_SYSCALL option and instead have it be a per arch thing that is either enabled or not for that arch. -Erik --- include/sys/syscall.h | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'include') diff --git a/include/sys/syscall.h b/include/sys/syscall.h index 723a99ee0..788468180 100644 --- a/include/sys/syscall.h +++ b/include/sys/syscall.h @@ -19,14 +19,7 @@ #ifndef _SYSCALL_H #define _SYSCALL_H 1 -/* This file provides us with our own private copy of the _syscall[0-5] macros. - * This is important, since on some arches (such as i386) the kernel's macros - * don't handle things like PIC code, so we can't use them. */ +/* This file provides us with the nicely useful _syscall[0-5] macros. */ #include -/* This includes the `__NR_' syscall numbers taken from the Linux kernel - * header files. It also defines the traditional `SYS_' macros for older - * programs. */ -#include - #endif -- cgit v1.2.3