mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-06 20:58:33 +01:00
hurd 64bit: Re-introduce gai_suspend symbol
4d3f846b88
("hurd: Fix __TIMESIZE on x86_64") incidentaly dropped it
because it fixed hurd 64bit into setting __TIMESIZE to 64, and that case
was not having gai_suspend defined yet.
This commit is contained in:
parent
4d3f846b88
commit
6af84886ad
1 changed files with 2 additions and 0 deletions
|
@ -155,6 +155,8 @@ versioned_symbol (libc, ___gai_suspend_time64, gai_suspend, GLIBC_2_34);
|
||||||
# if OTHER_SHLIB_COMPAT (libanl, GLIBC_2_2_3, GLIBC_2_34)
|
# if OTHER_SHLIB_COMPAT (libanl, GLIBC_2_2_3, GLIBC_2_34)
|
||||||
compat_symbol (libanl, ___gai_suspend_time64, gai_suspend, GLIBC_2_2_3);
|
compat_symbol (libanl, ___gai_suspend_time64, gai_suspend, GLIBC_2_2_3);
|
||||||
# endif
|
# endif
|
||||||
|
# else
|
||||||
|
weak_alias (___gai_suspend_time64, gai_suspend)
|
||||||
# endif /* PTHREAD_IN_LIBC */
|
# endif /* PTHREAD_IN_LIBC */
|
||||||
|
|
||||||
#else /* __TIMESIZE != 64 */
|
#else /* __TIMESIZE != 64 */
|
||||||
|
|
Loading…
Add table
Reference in a new issue