mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-21 18:57:16 +08:00
[libc] Fix the typedef in minilibc.
This commit is contained in:
@@ -40,6 +40,10 @@
|
||||
#define FD_SETSIZE DFS_FD_MAX
|
||||
#endif
|
||||
|
||||
# ifndef FD_SETSIZE
|
||||
# define FD_SETSIZE 32
|
||||
# endif
|
||||
|
||||
# define NBBY 8 /* number of bits in a byte */
|
||||
|
||||
typedef long fd_mask;
|
||||
|
||||
Reference in New Issue
Block a user