You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/games-board/hexxagon/files/hexxagon-1.0.2-glibc-2.31.p...

12 lines
352 B

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