From: Richard Henderson Date: Mon, 11 May 1998 11:04:27 +0000 (+0000) Subject: (sysdep_routines): Remove statfs and fstatfs. X-Git-Tag: cvs/libc-ud-980518~23 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=83ce8ec44e0ad5874192e7586f24f3dc71ed94bb;p=thirdparty%2Fglibc.git (sysdep_routines): Remove statfs and fstatfs. --- diff --git a/sysdeps/unix/sysv/linux/alpha/Makefile b/sysdeps/unix/sysv/linux/alpha/Makefile index f830303578e..15ba1c7316b 100644 --- a/sysdeps/unix/sysv/linux/alpha/Makefile +++ b/sysdeps/unix/sysv/linux/alpha/Makefile @@ -2,8 +2,7 @@ ifeq ($(subdir),misc) sysdep_headers += alpha/ptrace.h alpha/regdef.h sysdep_routines += ieee_get_fp_control ieee_set_fp_control \ - sethae ioperm osf_sigprocmask fstatfs statfs llseek \ - adjtimex + sethae ioperm osf_sigprocmask llseek adjtimex # Support old timeval32 entry points sysdep_routines += osf_select osf_gettimeofday osf_settimeofday \