1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/os/notify
2022-09-29 13:27:07 +03:00
..
backend_default.c.v os: create epoll wrapper (#10404) 2021-06-15 04:44:31 +03:00
backend_linux.c.v os.notify: fix sizeof(C.epoll_event) == 12 with tcc (was 16, while with gcc/clang it is 12) 2022-09-29 13:27:07 +03:00
epoll.h os.notify: fix sizeof(C.epoll_event) == 12 with tcc (was 16, while with gcc/clang it is 12) 2022-09-29 13:27:07 +03:00
notify_test.v tests: make error handling the same as the main function (#15825) 2022-09-21 19:45:43 +03:00
notify.v fmt: remove space in front of ? and ! (#14366) 2022-05-13 06:56:21 +03:00