diff options
author | Ulf Carlsson <md1ulfc@mdstud.chalmers.se> | 1999-04-01 23:24:00 +0000 |
---|---|---|
committer | Ulf Carlsson <md1ulfc@mdstud.chalmers.se> | 1999-04-01 23:24:00 +0000 |
commit | 30a431495b2b06ad7d508c4ee311fdb004a14072 (patch) | |
tree | 3f60ff376a1df38724b2bae0641f36920b59f27b /include/asm-mips/unistd.h | |
parent | 4cd9a486c8091de019dadee71cb80d4b53d8bd6d (diff) |
The hpc3_regs struct was very broken. I fixed most of it.
Diffstat (limited to 'include/asm-mips/unistd.h')
-rw-r--r-- | include/asm-mips/unistd.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/asm-mips/unistd.h b/include/asm-mips/unistd.h index 4c68fe0ee..cd179fe50 100644 --- a/include/asm-mips/unistd.h +++ b/include/asm-mips/unistd.h @@ -1,4 +1,4 @@ -/* $Id: unistd.h,v 1.12 1998/09/19 19:19:40 ralf Exp $ +/* $Id: unistd.h,v 1.13 1999/01/04 16:09:27 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 @@ -1424,6 +1424,8 @@ static inline _syscall0(int,pause) static inline _syscall0(int,sync) static inline _syscall0(pid_t,setsid) static inline _syscall3(int,write,int,fd,const char *,buf,off_t,count) +static inline _syscall3(int,read,int,fd,char *,buf,off_t,count) +static inline _syscall3(off_t,lseek,int,fd,off_t,offset,int,count) static inline _syscall1(int,dup,int,fd) static inline _syscall3(int,execve,const char *,file,char **,argv,char **,envp) static inline _syscall3(int,open,const char *,file,int,flag,int,mode) |