1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-09-02 16:01:20 +03:00

* include/libc-symbols.h: Define macros for librt hidden symbols.

* include/time.h: Add librt_hidden_proto definition for clock_gettime.
	* sysdeps/generic/clock_gettime.c: Add librt_hidden_def.
	* sysdeps/unix/clock_gettime.c: Likewise.
This commit is contained in:
Ulrich Drepper
2005-07-13 06:26:17 +00:00
parent b799f91ddd
commit a9564ae94b
5 changed files with 28 additions and 1 deletions

View File

@@ -17,6 +17,8 @@ libc_hidden_proto (localtime)
libc_hidden_proto (strftime)
libc_hidden_proto (strptime)
librt_hidden_proto (clock_gettime)
/* Now define the internal interfaces. */
struct tm;