summaryrefslogtreecommitdiff
path: root/games-board/hexxagon/files/hexxagon-1.0.2-glibc-2.31.patch
blob: 037228067c90d489298f10a33c9cb758f82fd4cd (plain)
1
2
3
4
5
6
7
8
9
10
11
glibc-2.31 removed timezone support and it conflicts with the re-declaration.
https://bugs.gentoo.org/710712
--- a/src/gui/microtime.h
+++ b/src/gui/microtime.h
@@ -24,6 +24,4 @@
 #include <time.h>
 
-int gettimeofday(struct timeval *tv, struct timezone *tz);
-int settimeofday(const struct timeval *tv , const struct timezone *tz);
 
 class MicroTime