mirror of
https://sourceware.org/git/glibc.git
synced 2025-12-18 17:24:29 +03:00
Undef some bits we may have gotten from <linux/posix_types.h>.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user