(glob64): Use libc_hidden_ver instead of libc_hidden_def.

This commit is contained in:
Ulrich Drepper 2004-07-04 23:08:04 +00:00
parent 9632aaee31
commit fc2803cc42

View File

@ -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)