1
0
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:
Delyan Angelov
2022-09-29 13:20:32 +03:00
parent 3b420a8d7f
commit 6fcab013eb
3 changed files with 13 additions and 1 deletions

View File

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