From ec59f7c2621e30eb776253e82e620db43c136001 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 7 Nov 2001 21:58:25 +0000 Subject: Add statfs64 --- libc/sysdeps/linux/common/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/sysdeps/linux/common/Makefile') 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 -- cgit v1.2.3