* sysdeps/posix/posix_fallocate64.c: Undefine
authorUlrich Drepper <drepper@redhat.com>
Sat, 28 Jul 2007 18:13:45 +0000 (18:13 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 28 Jul 2007 18:13:45 +0000 (18:13 +0000)
commita95a608f1b07a5c6e562294c570e89645d9b6176
treeb093b4ffc94db6d7bfa2fc62afe47cae946e6e2c
parent429849d03dc4d390653f2d0a57eeed2cc359dbec
* sysdeps/posix/posix_fallocate64.c: Undefine

__posix_fallocate64_l64 before alias handling.
* sysdeps/unix/sysv/linux/posix_fallocate.c: New file.
* sysdeps/unix/sysv/linux/posix_fallocate64.c: New file.
* sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c: New file.
* sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate64.c: New file.

* io/tst-posix_fallocate.c: Include <fcntl.h>.

2007-07-23  Jakub Jelinek  <jakub@redhat.com>

* locale/programs/ld-collate.c (atwc): New variable.
(add_to_tablewc): New toplevel function, moved from collate_output.
(collate_output): Remove add_to_tablewc nested function.

* iconv/iconvconfig.c (hash_table, hash_size): New toplevel vars.
(name_insert): New function.
(write_output): Remove hash_table and hash_size vars and name_insert
nested function.
ChangeLog
sysdeps/posix/posix_fallocate64.c
sysdeps/unix/sysv/linux/posix_fallocate.c [new file with mode: 0644]
sysdeps/unix/sysv/linux/posix_fallocate64.c [new file with mode: 0644]
sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c [new file with mode: 0644]
sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate64.c [new file with mode: 0644]