[Glibc-bsd-commits] r5042 - trunk/glibc-ports/kfreebsd/fbtl

Petr Salinger ps-guest at alioth.debian.org
Sun Oct 13 08:55:52 UTC 2013


Author: ps-guest
Date: 2013-10-13 08:55:52 +0000 (Sun, 13 Oct 2013)
New Revision: 5042

Modified:
   trunk/glibc-ports/kfreebsd/fbtl/clock_gettime.c
Log:
convert to weak alias - as in linux one


Modified: trunk/glibc-ports/kfreebsd/fbtl/clock_gettime.c
===================================================================
--- trunk/glibc-ports/kfreebsd/fbtl/clock_gettime.c	2013-10-13 08:54:36 UTC (rev 5041)
+++ trunk/glibc-ports/kfreebsd/fbtl/clock_gettime.c	2013-10-13 08:55:52 UTC (rev 5042)
@@ -39,4 +39,5 @@
    */    
   return INLINE_SYSCALL (clock_gettime, 2, clock_id, tp);
 }
-strong_alias (__clock_gettime, clock_gettime)
+weak_alias (__clock_gettime, clock_gettime)
+libc_hidden_def (__clock_gettime)




More information about the Glibc-bsd-commits mailing list