svn commit: trunk/uClibc: include libc/sysdeps/linux/common

aldot at uclibc.org aldot at uclibc.org
Thu Sep 11 15:48:01 UTC 2008


Author: aldot
Date: 2008-09-11 08:48:00 -0700 (Thu, 11 Sep 2008)
New Revision: 23379

Log:
- remove relocations for clock_getres


Modified:
   trunk/uClibc/include/time.h
   trunk/uClibc/libc/sysdeps/linux/common/clock_getres.c


Changeset:
Modified: trunk/uClibc/include/time.h
===================================================================
--- trunk/uClibc/include/time.h	2008-09-11 15:44:23 UTC (rev 23378)
+++ trunk/uClibc/include/time.h	2008-09-11 15:48:00 UTC (rev 23379)
@@ -340,6 +340,7 @@
 
 /* Get resolution of clock CLOCK_ID.  */
 extern int clock_getres (clockid_t __clock_id, struct timespec *__res) __THROW;
+libc_hidden_proto(clock_getres)
 
 /* Get current value of clock CLOCK_ID and store it in TP.  */
 extern int clock_gettime (clockid_t __clock_id, struct timespec *__tp) __THROW;

Modified: trunk/uClibc/libc/sysdeps/linux/common/clock_getres.c
===================================================================
--- trunk/uClibc/libc/sysdeps/linux/common/clock_getres.c	2008-09-11 15:44:23 UTC (rev 23378)
+++ trunk/uClibc/libc/sysdeps/linux/common/clock_getres.c	2008-09-11 15:48:00 UTC (rev 23379)
@@ -40,4 +40,5 @@
 
 	return retval;
 }
+libc_hidden_def(clock_getres)
 #endif




More information about the uClibc-cvs mailing list