summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2019-12-08 09:22:58 -0600
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2023-05-05 21:21:40 -0500
commitdc88f0e0143b6e2f9fffe42f2b221f1e24aa8034 (patch)
treec571d9252bce807a14aa79396a6d0a508cfc4121
parent53c0b02cc79677575caa59e9a887273503562a21 (diff)
downloadmusl-dc88f0e0143b6e2f9fffe42f2b221f1e24aa8034.tar.gz
musl-dc88f0e0143b6e2f9fffe42f2b221f1e24aa8034.tar.bz2
musl-dc88f0e0143b6e2f9fffe42f2b221f1e24aa8034.tar.xz
musl-dc88f0e0143b6e2f9fffe42f2b221f1e24aa8034.zip
<sys/time.h>: Ensure time bits are always 64
-rw-r--r--include/sys/time.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sys/time.h b/include/sys/time.h
index cdc67ef6..fd773896 100644
--- a/include/sys/time.h
+++ b/include/sys/time.h
@@ -13,6 +13,7 @@ int gettimeofday (struct timeval *__restrict, void *__restrict);
#define ITIMER_REAL 0
#define ITIMER_VIRTUAL 1
#define ITIMER_PROF 2
+#define __USE_TIME_BITS64 1
struct itimerval {
struct timeval it_interval;