summaryrefslogtreecommitdiff
path: root/libc/unistd/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-01-02 12:10:01 +0000
committerEric Andersen <andersen@codepoet.org>2002-01-02 12:10:01 +0000
commit5572db65ce5a2d0d159ec3ba20d47934303915cb (patch)
treeecdf7d274b7518333c4924bf106baceb6747f64f /libc/unistd/Makefile
parent822a5d2922336680f23a68cf203a3264c8b4d152 (diff)
Fix usleep to work correctly. Fix sleep behavior in the
presence of SIGCHLD. -Erik
Diffstat (limited to 'libc/unistd/Makefile')
-rw-r--r--libc/unistd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/unistd/Makefile b/libc/unistd/Makefile
index d481bb5ad..12f3f6f2e 100644
--- a/libc/unistd/Makefile
+++ b/libc/unistd/Makefile
@@ -26,8 +26,8 @@ include $(TOPDIR)Rules.mak
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 pathconf.c
+ sleep.c usleep.c getpass.c sysconf_src.c getopt_vars.c getlogin.c \
+ fpathconf.c confstr.c pathconf.c
ifeq ($(strip $(HAS_MMU)),true)
CSRC+=daemon.c
endif