aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/Makefile
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-08-16 08:10:06 +0000
committerUlrich Drepper <drepper@redhat.com>2003-08-16 08:10:06 +0000
commitf38afd7875ba05ee6f87799d6cbe3d8d799d2d18 (patch)
tree38c21ed138cd1ca3f279fe73d864ea0d341ace08 /sysdeps/unix/sysv/linux/Makefile
parentbfef9264665ff93866882402a71c116cd0757de1 (diff)
downloadglibc-f38afd7875ba05ee6f87799d6cbe3d8d799d2d18.tar
glibc-f38afd7875ba05ee6f87799d6cbe3d8d799d2d18.tar.gz
glibc-f38afd7875ba05ee6f87799d6cbe3d8d799d2d18.tar.bz2
glibc-f38afd7875ba05ee6f87799d6cbe3d8d799d2d18.zip
Update.
* sysdeps/unix/sysv/linux/i386/Versions [GLIBC_2.3.3]: Add posix_fadvise64. * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (subdir_routines): Add posix_fadvise64_64.
Diffstat (limited to 'sysdeps/unix/sysv/linux/Makefile')
-rw-r--r--sysdeps/unix/sysv/linux/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/Makefile b/sysdeps/unix/sysv/linux/Makefile
index 2d98aa58ac..f292931fb9 100644
--- a/sysdeps/unix/sysv/linux/Makefile
+++ b/sysdeps/unix/sysv/linux/Makefile
@@ -135,7 +135,7 @@ CFLAGS-ypclnt.c = -DUSE_BINDINGDIR=1
endif
ifeq ($(subdir),io)
-sysdep_routines += xstatconv posix_fadvise64_64
+sysdep_routines += xstatconv
endif
ifeq ($(subdir),elf)