mirror of
				https://gitlab.alpinelinux.org/alpine/aports.git
				synced 2025-10-31 00:12:05 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			284 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			284 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| --- otp_src_18.0-orig/erts/emulator/sys/common/erl_poll.h
 | |
| +++ otp_src_18.0-fixed/erts/emulator/sys/common/erl_poll.h
 | |
| @@ -140,7 +140,7 @@
 | |
|  #endif
 | |
|  
 | |
|  #define ERTS_POLL_EV_E2N(EV) \
 | |
| -  ((__uint32_t) (EV))
 | |
| +  ((uint32_t) (EV))
 | |
|  #define ERTS_POLL_EV_N2E(EV) \
 | |
|    ((ErtsPollEvents) (EV))
 | |
|  
 |