From c7c7b0d49f863676ebca50afac0bb963aa24075c Mon Sep 17 00:00:00 2001 From: Simon Frankenberger Date: Wed, 6 Feb 2019 21:44:05 +0100 Subject: main/gnutls: Enable tests again --- main/datefudge/musl.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 main/datefudge/musl.patch (limited to 'main/datefudge/musl.patch') diff --git a/main/datefudge/musl.patch b/main/datefudge/musl.patch new file mode 100644 index 0000000000..95b8d07540 --- /dev/null +++ b/main/datefudge/musl.patch @@ -0,0 +1,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); + } + -- cgit v1.2.3