summaryrefslogtreecommitdiff
path: root/lib/libc/hidden
diff options
context:
space:
mode:
authorPhilip Guenther <guenther@cvs.openbsd.org>2018-10-30 16:28:43 +0000
committerPhilip Guenther <guenther@cvs.openbsd.org>2018-10-30 16:28:43 +0000
commit1cf268a2ea3ddde5672c28ea4325f04d7f8594d4 (patch)
treed6c233ed4e557d09379ade91dc90884e7ad86857 /lib/libc/hidden
parent109dc65ae659f99838c64a6aea35a88efd11e3c4 (diff)
Add C11's timespec_get(3); minor bump for libc.
Tweaked diff from brad@ manpage tweaks florian@ and jmc@ ok deraadt@ millert@
Diffstat (limited to 'lib/libc/hidden')
-rw-r--r--lib/libc/hidden/time.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/hidden/time.h b/lib/libc/hidden/time.h
index e777020335b..18c49f8fcb9 100644
--- a/lib/libc/hidden/time.h
+++ b/lib/libc/hidden/time.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: time.h,v 1.5 2017/09/05 03:16:13 schwarze Exp $ */
+/* $OpenBSD: time.h,v 1.6 2018/10/30 16:28:42 guenther Exp $ */
/*
* Copyright (c) 2015 Philip Guenther <guenther@openbsd.org>
*
@@ -47,6 +47,7 @@ PROTO_NORMAL(time);
PROTO_DEPRECATED(timegm);
PROTO_DEPRECATED(timelocal);
PROTO_DEPRECATED(timeoff);
+PROTO_STD_DEPRECATED(timespec_get);
PROTO_NORMAL(tzset);
PROTO_DEPRECATED(tzsetwall);