converted nanoseconds to milliseconds if epoll_pwait2() is not avaiable and used epoll_pwait() at the compile time

This commit is contained in:
2025-05-04 12:00:01 +09:00
parent a8eec75ce3
commit cf7bdd66fd
2 changed files with 30 additions and 11 deletions

View File

@ -1,2 +1,2 @@
all:
cc -Wall -g -o ctx ctx.c
cc -Wall -g -o ctx ctx.c -lrt