aports/main/datefudge/musl.patch
2019-12-26 14:21:38 +01:00

12 lines
245 B
Diff

--- 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);
}