summaryrefslogtreecommitdiff
path: root/include/time.h
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2016-10-02 17:02:59 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2016-10-02 17:02:59 +0000
commitddce1c3ddbfb773c2ee1343721f4e5bbe07186d0 (patch)
treec2ba7e9b032c44fe1ae58dfa5a602ba4debb8890 /include/time.h
parenta7d1d4161757d358a67d40a08f4c4b283db1f313 (diff)
downloadsrc-test2-ddce1c3ddbfb773c2ee1343721f4e5bbe07186d0.tar.gz
src-test2-ddce1c3ddbfb773c2ee1343721f4e5bbe07186d0.zip
Notes
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 14d6044ae76d..c1725385c646 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_)