mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-28 00:21:52 +03:00
Update.
2000-08-12 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64): Define for 2.4.1 on x86. * sysdeps/unix/sysv/linux/i386/fcntl.c: New file. * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Fill in correct values for F_GETLK64, F_SETLK64, and F_SETLKW64. * dirent/dirent.h: Define DT_WHT. * sysdeps/unix/sysv/linux/arm/alphasort64.c: New file. * sysdeps/unix/sysv/linux/arm/getdents64.c: New file. * sysdeps/unix/sysv/linux/arm/readdir64.c: New file. * sysdeps/unix/sysv/linux/arm/readdir64_r.c: New file. * sysdeps/unix/sysv/linux/arm/scandir64.c: New file. * sysdeps/unix/sysv/linux/arm/versionsort64.c: New file.
This commit is contained in:
@ -129,3 +129,10 @@
|
||||
#if __LINUX_KERNEL_VERSION >= 132097
|
||||
# define __ASSUME_ST_INO_64_BIT 1
|
||||
#endif
|
||||
|
||||
/* To support locking of large files a new fcntl() syscall was introduced
|
||||
in 2.4.0-test7. We test for 2.4.1 for the earliest version we know
|
||||
the syscall is available. */
|
||||
#if __LINUX_KERNEL_VERSION >= 132097 && defined __i386__
|
||||
# define __ASSUME_FCNTL64 1
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user