mirror of
git://sourceware.org/git/glibc.git
synced 2024-12-03 04:01:43 +08:00
Update.
* sysdeps/unix/sysv/linux/mips/lockf64.c: New file. * sysdeps/unix/sysv/linux/i386/fcntl.c: Add prototypes for the syscalls.
This commit is contained in:
parent
9aee41dec0
commit
b540e5d0b5
@ -1,5 +1,10 @@
|
||||
2000-09-07 Andreas Jaeger <aj@suse.de>
|
||||
|
||||
* sysdeps/unix/sysv/linux/mips/lockf64.c: New file.
|
||||
|
||||
* sysdeps/unix/sysv/linux/i386/fcntl.c: Add prototypes for the
|
||||
syscalls.
|
||||
|
||||
* sysdeps/unix/sysv/linux/mips/syscalls.list: Add __syscall_fcntl.
|
||||
|
||||
* sysdeps/mips/dl-machine.h (RESOLVE_GOTSYM): Fix calls to
|
||||
|
@ -24,6 +24,10 @@
|
||||
#include <sys/syscall.h>
|
||||
#include "../kernel-features.h"
|
||||
|
||||
extern int __syscall_fcntl (int __fd, int __cmd, ...);
|
||||
#ifdef __NR_fcntl64
|
||||
extern int __syscall_fcntl64 (int __fd, int __cmd, ...);
|
||||
#endif
|
||||
|
||||
#if __ASSUME_FCNTL64 == 0
|
||||
/* This variable is shared with all files that check for fcntl64. */
|
||||
|
1
sysdeps/unix/sysv/linux/mips/lockf64.c
Normal file
1
sysdeps/unix/sysv/linux/mips/lockf64.c
Normal file
@ -0,0 +1 @@
|
||||
#include <sysdeps/unix/sysv/linux/i386/lockf64.c>
|
@ -50,7 +50,7 @@ rt_sigqueueinfo - rt_sigqueueinfo i:iip __syscall_rt_sigqueueinfo
|
||||
rt_sigsuspend - rt_sigsuspend i:pi __syscall_rt_sigsuspend
|
||||
rt_sigtimedwait - rt_sigtimedwait i:pppi __syscall_rt_sigtimedwait
|
||||
s_execve execve execve i:spp __syscall_execve
|
||||
s_fcntl - fcntl i:iiF __syscall_fcntl
|
||||
s_fcntl fcntl fcntl i:iiF __syscall_fcntl
|
||||
s_fstat64 fxstat64 fstat64 i:ip __syscall_fstat64
|
||||
s_ftruncate64 ftruncate64 ftruncate64 i:iiii __syscall_ftruncate64
|
||||
s_getcwd getcwd getcwd i:pi __syscall_getcwd
|
||||
|
Loading…
Reference in New Issue
Block a user