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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user