From 479a01d1c46a7f5905373e624ec075be2caac948 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Thu, 21 Apr 2016 16:01:17 +0100 Subject: [PATCH] build.mk: add missing opendir_r/closedir_r Reported by Dmitri (DinkaM) --- Library/build.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Library/build.mk b/Library/build.mk index 1022ade6..e945aec9 100644 --- a/Library/build.mk +++ b/Library/build.mk @@ -25,6 +25,7 @@ libc-functions.localsrcs += \ clock_gettime.c \ clock_settime.c \ closedir.c \ + closedir_r.c \ confstr.c \ creat.c \ crypt.c \ @@ -102,6 +103,7 @@ libc-functions.localsrcs += \ mkstemps.c \ nanosleep.c \ opendir.c \ + opendir_r.c \ pathconf.c \ pause.c \ perror.c \ -- 2.34.1