aboutsummaryrefslogtreecommitdiffstats
path: root/unmaintained/erlang17/remove-private-unit32.patch
blob: cfc08cc1fec9224a10f16ffdc68050f169c58f70 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- otp_src_17.4/erts/emulator/sys/common/erl_poll.h
+++ otp_src_17.4-fixed/erts/emulator/sys/common/erl_poll.h
@@ -129,7 +129,7 @@
 #include <sys/epoll.h>
 
 #define ERTS_POLL_EV_E2N(EV) \
-  ((__uint32_t) (EV))
+  ((uint32_t) (EV))
 #define ERTS_POLL_EV_N2E(EV) \
   ((ErtsPollEvents) (EV))