mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 20:17:44 +00:00
Kernel+LibC: Move the FD_SETSIZE declaration to API/POSIX/select.h file
This commit is contained in:
parent
77486a0d08
commit
800e244ed9
5 changed files with 14 additions and 2 deletions
|
@ -6,7 +6,8 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#define FD_SETSIZE 1024
|
||||
#include <Kernel/API/POSIX/select.h>
|
||||
|
||||
#define FD_ZERO(set) \
|
||||
do { \
|
||||
memset((set), 0, sizeof(fd_set)); \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue