diff options
| author | Eric Andersen <andersen@codepoet.org> | 2004-10-07 09:20:09 +0000 | 
|---|---|---|
| committer | Eric Andersen <andersen@codepoet.org> | 2004-10-07 09:20:09 +0000 | 
| commit | 1b0ea2fab703f813dcd506d2de311753246b4f8c (patch) | |
| tree | 2d7c91fe5d2b3188f21e0a35c6bd1c17c014c2d8 /libc | |
| parent | e8c20087e0873c7ff2383be379f504d09c776d5f (diff) | |
| download | uClibc-alpine-1b0ea2fab703f813dcd506d2de311753246b4f8c.tar.bz2 uClibc-alpine-1b0ea2fab703f813dcd506d2de311753246b4f8c.tar.xz  | |
Add ualarm.c
Diffstat (limited to 'libc')
| -rw-r--r-- | libc/unistd/Makefile | 2 | 
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  | 
