wut/include/sys/select.h
2021-03-07 13:09:12 +01:00

6 lines
66 B
C

#pragma once
#define FD_SETSIZE 32
#include_next <sys/select.h>