diff options
author | DJ Delorie <dj@redhat.com> | 2022-03-30 17:44:02 -0400 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2022-04-27 17:19:31 -0400 |
commit | 7c477b57a31487eda516db02b9e04f22d1a6e6af (patch) | |
tree | a3c4de25e051df61a5ad9c80dafa888cca3d047c /sysdeps/unix | |
parent | 9e5daa1f6a709dd42420f10971889dc1e47b6e92 (diff) | |
download | glibc-7c477b57a31487eda516db02b9e04f22d1a6e6af.tar.gz glibc-7c477b57a31487eda516db02b9e04f22d1a6e6af.tar.xz glibc-7c477b57a31487eda516db02b9e04f22d1a6e6af.zip |
posix/glob.c: update from gnulib
Copied from gnulib/lib/glob.c in order to fix rhbz 1982608 Also fixes swbz 25659 Reviewed-by: Carlos O'Donell <carlos@redhat.com> Tested-by: Carlos O'Donell <carlos@redhat.com>
Diffstat (limited to 'sysdeps/unix')
-rw-r--r-- | sysdeps/unix/sysv/linux/glob64-time64.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/glob64-time64.c b/sysdeps/unix/sysv/linux/glob64-time64.c index 32b4929a1b..1d485dc806 100644 --- a/sysdeps/unix/sysv/linux/glob64-time64.c +++ b/sysdeps/unix/sysv/linux/glob64-time64.c @@ -37,6 +37,7 @@ # define GLOB_LSTAT gl_lstat # define GLOB_STAT64 __stat64_time64 # define GLOB_LSTAT64 __lstat64_time64 +# define GLOB_FSTATAT64 __fstatat64_time64 # define COMPILE_GLOB64 1 |