set O_NONBLOCK flag to stdout

This commit is contained in:
Leonardo Hernández Hernández 2024-06-27 13:19:16 -06:00
parent 2b4893a0ad
commit 71f11e6cf6
No known key found for this signature in database
GPG key ID: E538897EE11B9624
3 changed files with 23 additions and 0 deletions

1
util.h
View file

@ -2,3 +2,4 @@
void die(const char *fmt, ...);
void *ecalloc(size_t nmemb, size_t size);
int fd_set_nonblock(int fd);