mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-30 13:02:27 +01:00
12 lines
245 B
Diff
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);
|
|
}
|
|
|