Skip to content

Commit 035c6ad

Browse files
committed
Merge branch 'jc/gnu-hurd-lets-fread-read-dirs'
GNU/Hurd is also among the ones that need the fopen() wrapper. * jc/gnu-hurd-lets-fread-read-dirs: config.mak.uname: Define FREAD_READS_DIRECTORIES for GNU/Hurd
2 parents 8167b41 + 274a132 commit 035c6ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config.mak.uname

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,7 @@ ifeq ($(uname_S),GNU)
308308
NO_STRLCPY = YesPlease
309309
HAVE_PATHS_H = YesPlease
310310
LIBC_CONTAINS_LIBINTL = YesPlease
311+
FREAD_READS_DIRECTORIES = UnfortunatelyYes
311312
endif
312313
ifeq ($(uname_S),IRIX)
313314
NO_SETENV = YesPlease

0 commit comments

Comments
 (0)