You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to GCC documentation, "the various `-std` options disable
4
+
certain keywords".
5
+
This change adheres to GCC's recommendation by replacing the `typeof`
6
+
keyword with its alternative, `__typeof__`.
7
+
8
+
See https://github.com/libevent/libevent/commit/1759485e9a59147a47a674f5132fcfe764e7748c.
9
+
10
+
11
+
--- a/kqueue.c
12
+
+++ b/kqueue.c
13
+
@@ -52,8 +52,8 @@
14
+
* intptr_t, whereas others define it as void*. There doesn't seem to be an
15
+
* easy way to tell them apart via autoconf, so we need to use OS macros. */
0 commit comments