From: Richard Henderson Date: Mon, 11 May 1998 11:04:27 +0000 (+0000) Subject: (sysdep_routines): Remove statfs and fstatfs. X-Git-Tag: glibc-2.16-ports-merge^2~3241 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=423363a17236e6e227f5ad485e8e8f9e13f1ae41;p=platform%2Fupstream%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 f830303..15ba1c7 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 \