1
0
mirror of https://sourceware.org/git/glibc.git synced 2026-01-06 11:51:29 +03:00

BZ#14743: Move clock_* symbols from librt to libc.

This commit is contained in:
Roland McGrath
2012-10-24 14:50:46 -07:00
parent 0cae3f4b03
commit 6e6249d0b4
56 changed files with 385 additions and 73 deletions

View File

@@ -19,7 +19,11 @@ libc_hidden_proto (localtime)
libc_hidden_proto (strftime)
libc_hidden_proto (strptime)
librt_hidden_proto (clock_gettime)
extern __typeof (clock_getres) __clock_getres;
extern __typeof (clock_gettime) __clock_gettime;
extern __typeof (clock_settime) __clock_settime;
extern __typeof (clock_nanosleep) __clock_nanosleep;
extern __typeof (clock_getcpuclockid) __clock_getcpuclockid;
/* Now define the internal interfaces. */
struct tm;