diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-07-28 18:13:45 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-07-28 18:13:45 +0000 |
commit | a95a608f1b07a5c6e562294c570e89645d9b6176 (patch) | |
tree | b093b4ffc94db6d7bfa2fc62afe47cae946e6e2c /sysdeps/posix/posix_fallocate64.c | |
parent | 429849d03dc4d390653f2d0a57eeed2cc359dbec (diff) | |
download | glibc-a95a608f1b07a5c6e562294c570e89645d9b6176.tar glibc-a95a608f1b07a5c6e562294c570e89645d9b6176.tar.gz glibc-a95a608f1b07a5c6e562294c570e89645d9b6176.tar.bz2 glibc-a95a608f1b07a5c6e562294c570e89645d9b6176.zip |
* 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.
Diffstat (limited to 'sysdeps/posix/posix_fallocate64.c')
-rw-r--r-- | sysdeps/posix/posix_fallocate64.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/posix/posix_fallocate64.c b/sysdeps/posix/posix_fallocate64.c index 64ca9ae83d..07e2a00bf5 100644 --- a/sysdeps/posix/posix_fallocate64.c +++ b/sysdeps/posix/posix_fallocate64.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2000, 2003, 2004, 2005 Free Software Foundation, Inc. +/* Copyright (C) 2000, 2003, 2004, 2005, 2007 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -93,6 +93,7 @@ __posix_fallocate64_l64 (int fd, __off64_t offset, __off64_t len) return 0; } +#undef __posix_fallocate64_l64 #include <shlib-compat.h> #include <bits/wordsize.h> |