14 lines
439 B
Plaintext
14 lines
439 B
Plaintext
|
--- tvheadend/src/compat.h 2021-09-19 19:48:05.484999708 +0530
|
||
|
+++ tvheadend-mod/src/compat.h 2021-09-20 21:30:01.315999938 +0530
|
||
|
@@ -30,10 +30,6 @@
|
||
|
#define pthread_yield() sched_yield()
|
||
|
#endif
|
||
|
#define S_IEXEC S_IXUSR
|
||
|
-#include <time64.h>
|
||
|
-// 32-bit Android has only timegm64() and not timegm().
|
||
|
-// We replicate the behaviour of timegm() when the result overflows time_t.
|
||
|
-
|
||
|
#endif /* ENABLE_ANDROID */
|
||
|
|
||
|
#ifndef ENABLE_EPOLL_CREATE1
|