mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-05-14 08:29:31 +08:00
10 lines
182 B
C
10 lines
182 B
C
#include <sys/types.h>
|
|
#include <limits.h>
|
|
|
|
#define __FD_SETSIZE 1024
|
|
#define FD_SETSIZE __FD_SETSIZE
|
|
|
|
#define __CHAR_BIT CHAR_BIT /* number of bits in a char */
|
|
|
|
|