From: Roland McGrath Date: Tue, 18 Jun 2013 21:06:52 +0000 (-0700) Subject: bitrot X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f95881e59adc1237706cf9a766b90f2bcca50545;p=thirdparty%2Fglibc.git bitrot --- diff --git a/sysdeps/nacl/clock_gettime.c b/sysdeps/nacl/clock_gettime.c index a9d347d2ee6..a1a9363a711 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)