From 61349a4cef1ded7f65ce7a5c786797368db3d9dd Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 20 Nov 2001 19:30:33 +0000 Subject: Fix up pathconf and friend so that test suits can work --- libc/unistd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/unistd/Makefile') diff --git a/libc/unistd/Makefile b/libc/unistd/Makefile index 5b7e8df34..33905190f 100644 --- a/libc/unistd/Makefile +++ b/libc/unistd/Makefile @@ -26,7 +26,7 @@ DIRS:= CSRC=execl.c execlp.c execv.c execvep.c execvp.c execle.c getcwd.c getopt.c \ sleep.c getpass.c sysconf_src.c getopt_vars.c getlogin.c fpathconf.c \ - confstr.c + confstr.c pathconf.c ifeq ($(strip $(HAS_MMU)),true) CSRC+=daemon.c endif -- cgit v1.2.3