diff options
author | Richard Henderson <rth@redhat.com> | 1998-05-11 11:04:27 +0000 |
---|---|---|
committer | Richard Henderson <rth@redhat.com> | 1998-05-11 11:04:27 +0000 |
commit | 83ce8ec44e0ad5874192e7586f24f3dc71ed94bb (patch) | |
tree | 95c3c797f2ca8083c2ce498147524ebb41cca02b | |
parent | 610d16e4ea4bfa37274177bc60a3f62fd214d778 (diff) | |
download | glibc-83ce8ec44e0ad5874192e7586f24f3dc71ed94bb.zip glibc-83ce8ec44e0ad5874192e7586f24f3dc71ed94bb.tar.gz glibc-83ce8ec44e0ad5874192e7586f24f3dc71ed94bb.tar.bz2 |
(sysdep_routines): Remove statfs and fstatfs.
-rw-r--r-- | sysdeps/unix/sysv/linux/alpha/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
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 \ |