about summary refs log tree commit diff
path: root/sysdeps/gnu/glob-lstat-compat.c
Commit message (Collapse)AuthorAgeFilesLines
* hurd: Fix glob64 compatibility symbolsSamuel Thibault2018-01-061-0/+38
This follows ccf970c7a ('posix: Add compat glob symbol to not follow dangling symbols') by adding to gnu/ the same compatibility as for Linux. * sysdeps/gnu/glob64.c (__glob): Define macro instead of glob macro. (__glob64): Define GLIBC_2_27 versioned symbol instead of glob64. * sysdeps/gnu/glob-lstat-compat.c: New file. * sysdeps/gnu/glob64-lstat-compat.c: New file.