mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-27 01:11:33 +02:00
This package is for applications that depend on Erlang but are not compatible with version 18
12 lines
295 B
Diff
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))
|
|
|