From c547e924ad577625dc6c14f3b7fea965b5d74be0 Mon Sep 17 00:00:00 2001 From: Manuel Novoa III Date: Thu, 19 Sep 2002 17:31:15 +0000 Subject: Add SUSv3 function getsubopt. --- 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 f9e090f19..11a33cecf 100644 --- a/libc/unistd/Makefile +++ b/libc/unistd/Makefile @@ -28,7 +28,7 @@ DIRS:= CSRC=execl.c execlp.c execv.c execvep.c execvp.c execle.c \ sleep.c usleep.c getpass.c sysconf_src.c getlogin.c \ fpathconf.c confstr.c pathconf.c swab.c usershell.c \ - getopt.c + getopt.c getsubopt.c ifeq ($(strip $(HAS_MMU)),true) CSRC+=daemon.c endif -- cgit v1.2.3