aports/testing/erlang/remove-private-unit32.patch
John Regan d619822e89 testing/erlang: updating to 17.4
Signed-off-by: Leonardo Arena <rnalrd@alpinelinux.org>
2015-02-19 15:55:16 +00: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))