aports/testing/erlang17/remove-private-unit32.patch
Marlus Saraiva 3afe79846f testing/erlang17: new aport
This package is for applications that depend on Erlang but are not compatible with version 18
2015-07-04 18:39:47 +02:00

12 lines
295 B
Diff

--- 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))