mirror of
https://github.com/termux/termux-packages.git
synced 2024-11-23 13:46:16 +00:00
11 lines
344 B
Diff
11 lines
344 B
Diff
--- a/ipc/chromium/src/base/message_pump_libevent.cc
|
|
+++ b/ipc/chromium/src/base/message_pump_libevent.cc
|
|
@@ -41,7 +41,6 @@
|
|
CHECK_EVENT_SIZEOF(PTHREAD_T, pthread_t);
|
|
CHECK_EVENT_SIZEOF(SHORT, short);
|
|
CHECK_EVENT_SIZEOF(SIZE_T, size_t);
|
|
-CHECK_EVENT_SIZEOF(TIME_T, time_t);
|
|
CHECK_EVENT_SIZEOF(VOID_P, void*);
|
|
|
|
// Lifecycle of struct event
|