From bf7102a303ec86f2d9bc9fd451db78a6815ca175 Mon Sep 17 00:00:00 2001 From: Samuel Holland Date: Sun, 14 Jan 2018 23:46:06 -0600 Subject: utmp: Implement the reentrant utmp function from LSB This takes advantage of the (lack of a) musl implementation for simplicity. Signed-off-by: Samuel Holland --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7996e6b..5e5a12e 100644 --- a/Makefile +++ b/Makefile @@ -24,6 +24,7 @@ LIBGCOMPAT_SRC = \ libgcompat/syslog.c \ libgcompat/ucontext.c \ libgcompat/unistd.c \ + libgcompat/utmp.c \ libgcompat/version.c \ libgcompat/wchar.c LIBGCOMPAT_OBJ = ${LIBGCOMPAT_SRC:.c=.o} -- cgit v1.2.3-60-g2f50