diff options
Diffstat (limited to 'include/asm-mips64/unistd.h')
-rw-r--r-- | include/asm-mips64/unistd.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/asm-mips64/unistd.h b/include/asm-mips64/unistd.h index 0441ffc51..c6e295e4c 100644 --- a/include/asm-mips64/unistd.h +++ b/include/asm-mips64/unistd.h @@ -1,4 +1,4 @@ -/* $Id: unistd.h,v 1.3 1999/09/27 16:01:41 ralf Exp $ +/* $Id: unistd.h,v 1.3 1999/09/28 22:27:20 ralf Exp $ * * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive @@ -1514,7 +1514,6 @@ return -1; \ * some others too. */ #define __NR__exit __NR_exit -static inline _syscall0(int,idle) static inline _syscall0(int,sync) static inline _syscall0(pid_t,setsid) static inline _syscall3(int,write,int,fd,const char *,buf,off_t,count) |