summaryrefslogtreecommitdiff
path: root/libc/unistd/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-04-03 10:55:50 +0000
committerEric Andersen <andersen@codepoet.org>2002-04-03 10:55:50 +0000
commitbeca89d99a21e0fb1da16541d4206cfb3afbae82 (patch)
tree89b438ab79cd60d0726c9d7d4b65674675483c5e /libc/unistd/Makefile
parentae9317047b75e773c37e9aab2d8fff1652954e71 (diff)
Add the xopen swab() function, contributed by Kensuke Otake <kensuke@phreaker.net>
Diffstat (limited to 'libc/unistd/Makefile')
-rw-r--r--libc/unistd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/unistd/Makefile b/libc/unistd/Makefile
index c325eae3a..97cd21c49 100644
--- a/libc/unistd/Makefile
+++ b/libc/unistd/Makefile
@@ -27,7 +27,7 @@ DIRS:=
CSRC=execl.c execlp.c execv.c execvep.c execvp.c execle.c getcwd.c \
sleep.c usleep.c getpass.c sysconf_src.c getlogin.c \
- fpathconf.c confstr.c pathconf.c
+ fpathconf.c confstr.c pathconf.c swab.c
ifeq ($(strip $(HAS_MMU)),true)
CSRC+=daemon.c
endif