mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-25 13:51:04 +08:00
(glob64): Use libc_hidden_ver instead of libc_hidden_def.
This commit is contained in:
parent
9632aaee31
commit
fc2803cc42
@ -23,10 +23,10 @@
|
||||
|
||||
#include "shlib-compat.h"
|
||||
|
||||
libc_hidden_def (glob64)
|
||||
libc_hidden_def (globfree64)
|
||||
|
||||
versioned_symbol (libc, __glob64, glob64, GLIBC_2_2);
|
||||
libc_hidden_ver (__glob64, glob64)
|
||||
|
||||
#if SHLIB_COMPAT(libc, GLIBC_2_1, GLIBC_2_2)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user