summary refs log tree commit diff
path: root/compat
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2026-06-01 14:44:29 -0400
committerJune McEnroe <june@causal.agency>2026-06-01 14:44:29 -0400
commit0133b33e27812202ccef12c532960239c045868d (patch)
tree2612e23619392ae000e863c17bc7233efa1f94bb /compat
parentImport LibreSSL 4.0.0 (diff)
downloadlibretls-0133b33e27812202ccef12c532960239c045868d.tar.gz
libretls-0133b33e27812202ccef12c532960239c045868d.zip
Import LibreSSL 4.0.1
Diffstat (limited to 'compat')
-rw-r--r--compat/posix_win.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/compat/posix_win.c b/compat/posix_win.c
index bed8c84..1fbfce1 100644
--- a/compat/posix_win.c
+++ b/compat/posix_win.c
@@ -291,7 +291,7 @@ uid_t getuid(void)
 
 #ifdef _MSC_VER
 struct timezone;
-int gettimeofday(struct timeval * tp, struct timezone * tzp)
+int gettimeofday(struct timeval *tp, void *tzp)
 {
 	/*
 	 * Note: some broken versions only have 8 trailing zero's, the correct