Undef some bits we may have gotten from <linux/posix_types.h>.
This commit is contained in:
parent
3acff87e5b
commit
ef490e68e8
@ -68,6 +68,11 @@ typedef long int __clock_t;
|
||||
/* One element in the file descriptor mask array. */
|
||||
typedef unsigned int __fd_mask;
|
||||
|
||||
/* Due to incaution, we may have gotten these from a kernel header file. */
|
||||
#undef __FD_SETSIZE
|
||||
#undef __NFDBITS
|
||||
#undef __FDMASK
|
||||
|
||||
/* Number of descriptors that can fit in an `fd_set'. */
|
||||
#define __FD_SETSIZE 1024
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user