poll(2) on the server socket; pollfds array
This commit is contained in:
parent
5c129207ae
commit
08f4db4d2b
3 changed files with 77 additions and 7 deletions
2
makefile
2
makefile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue