From 2d70dfb7ae8a3da8015ee9195fa600bf77358764 Mon Sep 17 00:00:00 2001 From: Samuel Holland Date: Sun, 14 Jan 2018 23:44:27 -0600 Subject: unistd: Implement LSB functions plus more On musl pread and pread64 are the same thing. Signed-off-by: Samuel Holland --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') 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} -- cgit v1.2.3-70-g09d2