summaryrefslogtreecommitdiff
path: root/include/time.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2005-07-13 06:26:17 +0000
committerUlrich Drepper <drepper@redhat.com>2005-07-13 06:26:17 +0000
commita9564ae94bc6c852ce47629d1ba735aadb8737b4 (patch)
tree1703ace88690acdf6ae9934f6ae86a0588526369 /include/time.h
parentb799f91dddb33467760c260e67d9cd86f53a829c (diff)
* 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.
Diffstat (limited to 'include/time.h')
-rw-r--r--include/time.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/time.h b/include/time.h
index 795eb5f504..3d8fef8bf9 100644
--- a/include/time.h
+++ b/include/time.h
@@ -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;