From c455611f0a28ab955cad3e6c936bcda1555f6e7a Mon Sep 17 00:00:00 2001 From: Tormod Volden Date: Sat, 21 May 2016 23:36:55 +0200 Subject: [PATCH] Library/build.mk: Add initgroups.c Signed-off-by: Tormod Volden --- Library/build.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/Library/build.mk b/Library/build.mk index e945aec9..5579873c 100644 --- a/Library/build.mk +++ b/Library/build.mk @@ -73,6 +73,7 @@ libc-functions.localsrcs += \ gmtime_r.c \ grent.c \ index.c \ + initgroups.c \ isalnum.c \ isalpha.c \ isascii.c \ -- 2.34.1