summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSamuel Holland <samuel@sholland.org>2018-01-14 23:44:27 -0600
committerSamuel Holland <samuel@sholland.org>2018-01-15 00:43:49 -0600
commit2d70dfb7ae8a3da8015ee9195fa600bf77358764 (patch)
tree93e2d06768d6f1e49fbdffcc3af5012e0f1adfbe /Makefile
parentd5183702e36eb43bbb0fa24e31048ca10553d3e9 (diff)
downloadgcompat-2d70dfb7ae8a3da8015ee9195fa600bf77358764.tar.gz
gcompat-2d70dfb7ae8a3da8015ee9195fa600bf77358764.tar.bz2
gcompat-2d70dfb7ae8a3da8015ee9195fa600bf77358764.tar.xz
gcompat-2d70dfb7ae8a3da8015ee9195fa600bf77358764.zip
unistd: Implement LSB functions plus more
On musl pread and pread64 are the same thing. Signed-off-by: Samuel Holland <samuel@sholland.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index dbea5b6..7996e6b 100644
--- a/Makefile
+++ b/Makefile
@@ -23,6 +23,7 @@ LIBGCOMPAT_SRC = \
libgcompat/sysctl.c \
libgcompat/syslog.c \
libgcompat/ucontext.c \
+ libgcompat/unistd.c \
libgcompat/version.c \
libgcompat/wchar.c
LIBGCOMPAT_OBJ = ${LIBGCOMPAT_SRC:.c=.o}