[libc] Fix the typedef in minilibc.

This commit is contained in:
bernard
2017-10-31 10:24:11 +08:00
parent 47acab4469
commit b3d872740b
4 changed files with 21 additions and 18 deletions
+4
View File
@@ -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;