Undef some bits we may have gotten from <linux/posix_types.h>.

This commit is contained in:
Ulrich Drepper 1997-05-31 00:46:33 +00:00
parent 3acff87e5b
commit ef490e68e8

View File

@ -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