From 749f5cc96803f5a2ec0ca76b4bb290cea44fb3f1 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 2 Mar 2009 16:15:58 +0000 Subject: * 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. --- sysdeps/unix/sysv/linux/Versions | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sysdeps/unix/sysv/linux/Versions') diff --git a/sysdeps/unix/sysv/linux/Versions b/sysdeps/unix/sysv/linux/Versions index 76ecae0..b348570 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; -- cgit v1.1