hurd: Fix glob64 compatibility symbols
commitf417d92c1714406b85d887c96736801498962ff5
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Sat, 6 Jan 2018 21:28:36 +0000 (6 22:28 +0100)
committerSamuel Thibault <samuel.thibault@ens-lyon.org>
Sat, 6 Jan 2018 21:28:36 +0000 (6 22:28 +0100)
treebe7af877c0429a7115e807933f0321d8f4703bb0
parent01c7e549b2b978e69d6509864d4d067c555cb81b
hurd: Fix glob64 compatibility symbols

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.
ChangeLog
sysdeps/gnu/glob-lstat-compat.c [new file with mode: 0644]
sysdeps/gnu/glob64-lstat-compat.c [new file with mode: 0644]
sysdeps/gnu/glob64.c