diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-10-17 01:10:29 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-10-17 01:10:29 +0000 |
commit | cad937c12d93653ed1bf548eed8fc1a178f991d8 (patch) | |
tree | 596ff2c1200152a75e12fc14ba1213b8e2c57f2c /libc/sysdeps/linux/common/Makefile | |
parent | b8fa5e71e482c61ff5accde74f5b552c6300b442 (diff) |
This commit makes large file support actually work (when enabled in
the config file). I've tested this and it works for me.
-Erik
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 34e4de015..93c25e1ae 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 + cmsg_nxthdr.c open64.c statfix64.c COBJS=$(patsubst %.c,%.o, $(CSRC)) MSRC=syscalls.c |