aboutsummaryrefslogtreecommitdiff
path: root/include/compat/sys/time.h
diff options
context:
space:
mode:
authorBrent Cook <bcook@openbsd.org>2018-03-23 18:15:50 -0500
committerBrent Cook <bcook@openbsd.org>2018-03-23 18:15:50 -0500
commit31a66e1c5bc4fb09eac7b425445ef405f88e55af (patch)
treef875b56b8e799a675c15aba830c1ba9e127728a3 /include/compat/sys/time.h
parent28041ddc32bb8cb3cc1e1b5bed0b73402bf59485 (diff)
parent31c98c2969f70b2db3e866352ec027f7b965c406 (diff)
downloadportable-31a66e1c5bc4fb09eac7b425445ef405f88e55af.tar.gz
portable-31a66e1c5bc4fb09eac7b425445ef405f88e55af.tar.bz2
portable-31a66e1c5bc4fb09eac7b425445ef405f88e55af.zip
Land #412, fix builds for macos 10.11
Diffstat (limited to 'include/compat/sys/time.h')
-rw-r--r--include/compat/sys/time.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/compat/sys/time.h b/include/compat/sys/time.h
index 3d31985..76428c1 100644
--- a/include/compat/sys/time.h
+++ b/include/compat/sys/time.h
@@ -13,10 +13,6 @@ int gettimeofday(struct timeval *tp, void *tzp);
13#include_next <sys/time.h> 13#include_next <sys/time.h>
14#endif 14#endif
15 15
16#ifndef CLOCK_MONOTONIC
17#define CLOCK_MONOTONIC CLOCK_REALTIME
18#endif
19
20#ifndef timersub 16#ifndef timersub
21#define timersub(tvp, uvp, vvp) \ 17#define timersub(tvp, uvp, vvp) \
22 do { \ 18 do { \