build.mk: add missing opendir_r/closedir_r
authorAlan Cox <alan@linux.intel.com>
Thu, 21 Apr 2016 15:01:17 +0000 (16:01 +0100)
committerAlan Cox <alan@linux.intel.com>
Thu, 21 Apr 2016 15:01:17 +0000 (16:01 +0100)
Reported by Dmitri (DinkaM)

Library/build.mk

index 1022ade..e945aec 100644 (file)
@@ -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 \