summaryrefslogtreecommitdiffstats
path: root/include/time.h
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2016-10-09 12:34:56 +0000
committerkib <kib@FreeBSD.org>2016-10-09 12:34:56 +0000
commit6e61756bbf707f0626aec12015add8b2b4cf21ee (patch)
tree0c7eb6f6f29ccb70c562b287e1f79e7bf9d5ba5c /include/time.h
parent777e9ecc9d73ca5877b5fa46308a1aefe426c1d6 (diff)
downloadFreeBSD-src-6e61756bbf707f0626aec12015add8b2b4cf21ee.zip
FreeBSD-src-6e61756bbf707f0626aec12015add8b2b4cf21ee.tar.gz
MFC r306588:
Export the mq_getfd_np() and timer_oshandle_np() symbols from librt.so.
Diffstat (limited to 'include/time.h')
-rw-r--r--include/time.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/time.h b/include/time.h
index 14d6044..c172538 100644
--- a/include/time.h
+++ b/include/time.h
@@ -194,6 +194,7 @@ char *timezone(int, int); /* XXX XSI conflict */
void tzsetwall(void);
time_t timelocal(struct tm * const);
time_t timegm(struct tm * const);
+int timer_oshandle_np(timer_t timerid);
#endif /* __BSD_VISIBLE */
#if __POSIX_VISIBLE >= 200809 || defined(_XLOCALE_H_)
OpenPOWER on IntegriCloud