poll(2) on the server socket; pollfds array

This commit is contained in:
root 2025-05-07 10:29:21 +00:00
parent 5c129207ae
commit 08f4db4d2b
3 changed files with 77 additions and 7 deletions

View file

@ -1,3 +1,3 @@
main:
nasm -f elf64 -o hello.o hello.s
nasm -g -f elf64 -o hello.o hello.s
ld -o hello hello.o