summary refs log tree commit diff
path: root/sysdeps/nacl/clock_gettime.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2013-06-18 14:06:52 -0700
committerRoland McGrath <roland@hack.frob.com>2013-06-18 14:06:52 -0700
commitf95881e59adc1237706cf9a766b90f2bcca50545 (patch)
tree6e069266f2489877d7a4f2f4a7735450bd272fac /sysdeps/nacl/clock_gettime.c
parenta793aa6191ec6e1695137b99f015e4e08a87aeae (diff)
downloadglibc-f95881e59adc1237706cf9a766b90f2bcca50545.tar.gz
glibc-f95881e59adc1237706cf9a766b90f2bcca50545.tar.xz
glibc-f95881e59adc1237706cf9a766b90f2bcca50545.zip
bitrot
Diffstat (limited to 'sysdeps/nacl/clock_gettime.c')
-rw-r--r--sysdeps/nacl/clock_gettime.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/nacl/clock_gettime.c b/sysdeps/nacl/clock_gettime.c
index a9d347d2ee..a1a9363a71 100644
--- a/sysdeps/nacl/clock_gettime.c
+++ b/sysdeps/nacl/clock_gettime.c
@@ -25,4 +25,5 @@ __clock_gettime (clockid_t clock_id, struct timespec *tp)
 {
   return NACL_CALL (__nacl_irt_clock.clock_gettime (clock_id, tp), 0);
 }
+libc_hidden_def (__clock_gettime)
 weak_alias (__clock_gettime, clock_gettime)