getifaddrs: one less indent level
[oweals/musl.git] / src / time / gettimeofday.c
index 09afb70bf8ef4f8ba7ccb12fe381319023f105f0..691f8e9043b2c61bf8b49faf03cf902a81b1c964 100644 (file)
@@ -2,7 +2,7 @@
 #include <sys/time.h>
 #include "syscall.h"
 
-int gettimeofday(struct timeval *tv, void *tz)
+int gettimeofday(struct timeval *restrict tv, void *restrict tz)
 {
        struct timespec ts;
        if (!tv) return 0;