mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
os.notify: fix sizeof(C.epoll_event) == 12 with tcc (was 16, while with gcc/clang it is 12)
This commit is contained in:
@ -3,7 +3,7 @@ module notify
|
||||
import time
|
||||
import os
|
||||
|
||||
#include <sys/epoll.h>
|
||||
#insert "@VEXEROOT/vlib/os/notify/epoll.h"
|
||||
|
||||
struct C.epoll_event {
|
||||
events u32
|
||||
|
Reference in New Issue
Block a user