]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
bitrot
authorRoland McGrath <roland@hack.frob.com>
Tue, 18 Jun 2013 21:06:52 +0000 (14:06 -0700)
committerRoland McGrath <roland@hack.frob.com>
Tue, 18 Jun 2013 21:06:52 +0000 (14:06 -0700)
sysdeps/nacl/clock_gettime.c

index a9d347d2ee6221dc37083d455a6c9848e1d4404f..a1a9363a711ce32a845e8f2566352a9b9ba12609 100644 (file)
@@ -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)