diff options
author | DJ Delorie <dj@redhat.com> | 2022-03-30 17:44:02 -0400 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2022-05-14 23:13:33 +0200 |
commit | 4a61eab4be53bc8104c18e4b7926db11c8e5c92d (patch) | |
tree | 8aae007fe2f6087f2f2f4dc89ba34432d5535c05 /sysdeps/unix/sysv/linux | |
parent | linux: Fix fchmodat with AT_SYMLINK_NOFOLLOW for 64 bit time_t (BZ#29097) (diff) | |
download | glibc-4a61eab4be53bc8104c18e4b7926db11c8e5c92d.tar.gz glibc-4a61eab4be53bc8104c18e4b7926db11c8e5c92d.tar.bz2 glibc-4a61eab4be53bc8104c18e4b7926db11c8e5c92d.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>
(cherry picked from commit 7c477b57a31487eda516db02b9e04f22d1a6e6af)
(cherry picked from commit c66c92181ddbd82306537a608e8c0282587131de)
Diffstat (limited to 'sysdeps/unix/sysv/linux')
-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 a465f70905..95efe4c4f4 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 |