aboutsummaryrefslogtreecommitdiffstats
path: root/main/datefudge/musl.patch
blob: 95b8d07540aa043d538d4c879feade179be76333 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- old/datefudge.c
+++ new/datefudge.c
@@ -78,7 +78,7 @@
     return 0;
 }
 
-int gettimeofday(struct timeval *x, struct timezone *y) {
+int gettimeofday(struct timeval *__restrict x, void *__restrict y) {
     return __gettimeofday(x,y);
 }