diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-03-02 16:15:58 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-03-02 16:15:58 +0000 |
commit | 749f5cc96803f5a2ec0ca76b4bb290cea44fb3f1 (patch) | |
tree | c383b8ac00160bb143e2f5309609e8ded0bf4aaf /sysdeps/unix/sysv/linux/Versions | |
parent | b6a2b2872b8a74b9634d19033929a990fcaee0ba (diff) | |
download | glibc-749f5cc96803f5a2ec0ca76b4bb290cea44fb3f1.tar.gz glibc-749f5cc96803f5a2ec0ca76b4bb290cea44fb3f1.tar.xz glibc-749f5cc96803f5a2ec0ca76b4bb290cea44fb3f1.zip |
* sysdeps/unix/sysv/linux/fallocate.c: New file.
* sysdeps/unix/sysv/linux/fallocate64.c: New file. * sysdeps/unix/sysv/linux/wordsize-64/fallocate64.c: New file. * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: New file. * sysdeps/unix/sysv/linux/i386/fallocate64.c: New file. * sysdeps/unix/sysv/linux/i386/fallocate.c: New file. * sysdeps/unix/sysv/linux/Versions: Export fallocate and fallocate64 for GLIBC_2.10. * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines): Add fallocate and fallocate64. * io/fcntl.h: Pretty printing.
Diffstat (limited to 'sysdeps/unix/sysv/linux/Versions')
-rw-r--r-- | sysdeps/unix/sysv/linux/Versions | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/Versions b/sysdeps/unix/sysv/linux/Versions index 76ecae0013..b348570bda 100644 --- a/sysdeps/unix/sysv/linux/Versions +++ b/sysdeps/unix/sysv/linux/Versions @@ -138,6 +138,9 @@ libc { GLIBC_2.9 { epoll_create1; inotify_init1; } + GLIBC_2.10 { + fallocate; fallocate64; + } GLIBC_PRIVATE { # functions used in other libraries __syscall_rt_sigqueueinfo; |