From: Alan Cox Date: Thu, 21 Apr 2016 15:01:17 +0000 (+0100) Subject: build.mk: add missing opendir_r/closedir_r X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=479a01d1c46a7f5905373e624ec075be2caac948;p=FUZIX.git build.mk: add missing opendir_r/closedir_r Reported by Dmitri (DinkaM) --- 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 \