summaryrefslogtreecommitdiff
path: root/libc
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2004-10-07 09:20:09 +0000
committerEric Andersen <andersen@codepoet.org>2004-10-07 09:20:09 +0000
commit1b0ea2fab703f813dcd506d2de311753246b4f8c (patch)
tree2d7c91fe5d2b3188f21e0a35c6bd1c17c014c2d8 /libc
parente8c20087e0873c7ff2383be379f504d09c776d5f (diff)
Add ualarm.c
Diffstat (limited to 'libc')
-rw-r--r--libc/unistd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/unistd/Makefile b/libc/unistd/Makefile
index 290d71a52..a097f06ea 100644
--- a/libc/unistd/Makefile
+++ b/libc/unistd/Makefile
@@ -23,7 +23,7 @@ DIRS:=
MSRC1 = exec.c
MOBJ1 = execl.o execv.o execle.o execlp.o execvp.o
-CSRC= sleep.c usleep.c getpass.c sysconf.c getlogin.c \
+CSRC= sleep.c usleep.c ualarm.c getpass.c sysconf.c getlogin.c \
fpathconf.c confstr.c pathconf.c swab.c usershell.c \
getsubopt.c