mirror of
https://sourceware.org/git/glibc.git
synced 2025-12-24 17:51:17 +03:00
(glob64): Use libc_hidden_ver instead of libc_hidden_def.
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user