summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorWilliam Pitcock <nenolod@dereferenced.org>2017-07-28 06:09:24 +0000
committerWilliam Pitcock <nenolod@dereferenced.org>2017-07-28 06:09:24 +0000
commitf4d9c794491808dfba3d0ec83d6907a6e9adbd84 (patch)
tree4e1178a759364737426b6a9bca3bc3205ae90223 /Makefile
parentaadf39c06a5573439f9a733d05946e723e77992b (diff)
downloadgcompat-f4d9c794491808dfba3d0ec83d6907a6e9adbd84.tar.gz
gcompat-f4d9c794491808dfba3d0ec83d6907a6e9adbd84.tar.bz2
gcompat-f4d9c794491808dfba3d0ec83d6907a6e9adbd84.tar.xz
gcompat-f4d9c794491808dfba3d0ec83d6907a6e9adbd84.zip
libgcompat: add getpwent_r() and fgetpwent_r() stubs
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e71ad20..59b365d 100644
--- a/Makefile
+++ b/Makefile
@@ -6,6 +6,7 @@ LIBGCOMPAT_SRC = \
libgcompat/malloc.c \
libgcompat/math.c \
libgcompat/pthread.c \
+ libgcompat/pwd.c \
libgcompat/resource.c \
libgcompat/setjmp.c \
libgcompat/stdio.c \