mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-17 08:39:10 +08:00
Add custom limits.h and timespec.h
These will be needed for added a version of select that is closer to bsd's select.
This commit is contained in:
9
rtemsbsd/freebsd/sys/limits.h
Normal file
9
rtemsbsd/freebsd/sys/limits.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#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 */
|
||||
|
||||
|
Reference in New Issue
Block a user