about summary refs log tree commit diff
path: root/posix/glob64-lstat-compat.c
diff options
context:
space:
mode:
Diffstat (limited to 'posix/glob64-lstat-compat.c')
-rw-r--r--posix/glob64-lstat-compat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/posix/glob64-lstat-compat.c b/posix/glob64-lstat-compat.c
index fe7b3e0bdc..8036d03564 100644
--- a/posix/glob64-lstat-compat.c
+++ b/posix/glob64-lstat-compat.c
@@ -31,6 +31,6 @@
 # define GLOB_NO_LSTAT
 
 # include <posix/glob64.c>
-
+libc_hidden_def (__glob64_lstat_compat)
 compat_symbol (libc, __glob64_lstat_compat, glob64, GLIBC_2_0);
 #endif