diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-08-01 15:51:07 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-08-01 15:51:07 +0000 |
commit | 5e0923ab31aa77bbd46737c4b8b327dbe2494b00 (patch) | |
tree | f86335f72ce7f0784f78ccf2cb207525b58030a2 /ChangeLog | |
parent | e51deae7f6ba2e490d5faeb8fbf4eeb32ae8f1ee (diff) | |
download | glibc-5e0923ab31aa77bbd46737c4b8b327dbe2494b00.tar glibc-5e0923ab31aa77bbd46737c4b8b327dbe2494b00.tar.gz glibc-5e0923ab31aa77bbd46737c4b8b327dbe2494b00.tar.bz2 glibc-5e0923ab31aa77bbd46737c4b8b327dbe2494b00.zip |
* sysdeps/unix/sysv/linux/i386/syscalls.list (fallocate): Add fallocatecvs/fedora-glibc-20070801T1703
syscall as __fallocate64.
* sysdeps/unix/sysv/linux/i386/posix_fallocate.c: New file.
* sysdeps/unix/sysv/linux/i386/posix_fallocate64.c: New file.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2007-08-01 Jakub Jelinek <jakub@redhat.com> + + * sysdeps/unix/sysv/linux/i386/syscalls.list (fallocate): Add fallocate + syscall as __fallocate64. + * sysdeps/unix/sysv/linux/i386/posix_fallocate.c: New file. + * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c: New file. + 2007-07-30 Jakub Jelinek <jakub@redhat.com> * stdlib/tst-strtod2.c (do_test): Use %tu in fmt string for ptrdiff_t |