From beca89d99a21e0fb1da16541d4206cfb3afbae82 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 3 Apr 2002 10:55:50 +0000 Subject: Add the xopen swab() function, contributed by Kensuke Otake --- 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 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 -- cgit v1.2.3