Update.
authorUlrich Drepper <drepper@redhat.com>
Wed, 8 Dec 1999 23:48:24 +0000 (23:48 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 8 Dec 1999 23:48:24 +0000 (23:48 +0000)
commitd587d83bd9825c431456774321bfd0d5eabe7fee
tree26a083c0bf27e914ae70e4e8a03e62b0f52c8c9d
parent49f2be5b0eea30507a77e9467d0ef2c697953bca
Update.

* sysdeps/unix/sysv/linux/getrlimit.c: Remove K&R compatibility.

* sysdeps/unix/sysv/linux/kernel-features.h: Define
__ASSUME_TRUNCATE64_SYSCALL and __ASSUME_MMAP2_SYSCALL for 2.3.31
on x86.
* sysdeps/unix/sysv/linux/ftruncate64.c: New file.
* sysdeps/unix/sysv/linux/truncate64.c: New file.
* sysdeps/unix/sysv/linux/i386/mmap.S: Allow using mmap2.
* sysdeps/unix/sysv/linux/i386/mmap64.S: New file.
ChangeLog
sysdeps/unix/sysv/linux/ftruncate64.c [new file with mode: 0644]
sysdeps/unix/sysv/linux/getrlimit.c
sysdeps/unix/sysv/linux/i386/mmap.S
sysdeps/unix/sysv/linux/i386/mmap64.S [new file with mode: 0644]
sysdeps/unix/sysv/linux/kernel-features.h
sysdeps/unix/sysv/linux/truncate64.c [new file with mode: 0644]