diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-11-07 21:58:25 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-11-07 21:58:25 +0000 |
commit | ec59f7c2621e30eb776253e82e620db43c136001 (patch) | |
tree | b6a8fee745b293db9bd5c61f3a01ccabbd495ab3 /libc/sysdeps/linux/common/Makefile | |
parent | fbfbd0d28e3996b06e60f9728f23562e832c1186 (diff) |
Add statfs64
Diffstat (limited to 'libc/sysdeps/linux/common/Makefile')
-rw-r--r-- | libc/sysdeps/linux/common/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/common/Makefile b/libc/sysdeps/linux/common/Makefile index 93c25e1ae..4c6a41bf9 100644 --- a/libc/sysdeps/linux/common/Makefile +++ b/libc/sysdeps/linux/common/Makefile @@ -27,7 +27,7 @@ include $(TOPDIR)Rules.mak CSRC= waitpid.c kernel_version.c statfix.c getdnnm.c gethstnm.c \ mkfifo.c setegid.c wait.c errno.c getpagesize.c seteuid.c \ wait3.c setpgrp.c getdtablesize.c create_module.c ptrace.c \ - cmsg_nxthdr.c open64.c statfix64.c + cmsg_nxthdr.c open64.c statfix64.c statfs64.c COBJS=$(patsubst %.c,%.o, $(CSRC)) MSRC=syscalls.c |