patching file posix/glob-lstat-compat.c Hunk #1 FAILED at 28. 1 out of 1 hunk FAILED -- saving rejects to file posix/glob-lstat-compat.c.rej patching file sysdeps/gnu/glob-lstat-compat.c Hunk #1 FAILED at 29. 1 out of 1 hunk FAILED -- saving rejects to file sysdeps/gnu/glob-lstat-compat.c.rej Reject file posix/glob-lstat-compat.c.rej: --- posix/glob-lstat-compat.c +++ posix/glob-lstat-compat.c @@ -28,7 +28,8 @@ # define GLOB_ATTRIBUTE attribute_compat_text_section /* Avoid calling gl_lstat with GLOB_ALTDIRFUNC. */ -# define GLOB_NO_LSTAT +# define GLOB_LSTAT gl_stat +# define GLOB_LSTAT64 __stat64 # include Reject file sysdeps/gnu/glob-lstat-compat.c.rej: --- sysdeps/gnu/glob-lstat-compat.c +++ sysdeps/gnu/glob-lstat-compat.c @@ -29,7 +29,8 @@ #define GLOB_ATTRIBUTE attribute_compat_text_section /* Avoid calling gl_lstat with GLOB_ALTDIRFUNC. */ -#define GLOB_NO_LSTAT +#define GLOB_LSTAT gl_stat +#define GLOB_LSTAT64 __stat64 #include