2002-04-29 Jeff Johnston <jjohnstn@redhat.com>
* libc/sys/linux/io64.c (fstat64, lstat64): New syscalls added.
This commit is contained in:
parent
588f16bb29
commit
83096ae833
|
@ -1,3 +1,7 @@
|
|||
2002-04-29 Jeff Johnston <jjohnstn@redhat.com>
|
||||
|
||||
* libc/sys/linux/io64.c (fstat64, lstat64): New syscalls added.
|
||||
|
||||
2002-04-29 Jonathan Larmour <jlarmour@redhat.com>
|
||||
|
||||
* libc/sys/arm/syscalls.c (_rename): New function. Just a stub.
|
||||
|
|
|
@ -14,6 +14,8 @@
|
|||
#include <sys/ioctl.h>
|
||||
#include <machine/syscall.h>
|
||||
|
||||
_syscall2(int,fstat64,int,fd,struct stat64 *,st)
|
||||
_syscall2(int,lstat64,const char *,name,struct stat64 *,st)
|
||||
_syscall2(int,stat64,const char *,name,struct stat64 *,st)
|
||||
|
||||
static _syscall5(void,_llseek,int,fd,off_t,hi,off_t,lo,loff_t *,pos,int,whence)
|
||||
|
|
Loading…
Reference in New Issue