(__fd_mask): Change type to `unsigned long int'.

This commit is contained in:
Ulrich Drepper 1997-06-01 10:48:17 +00:00
parent ef490e68e8
commit 68b8d6f1fd

View file

@ -66,7 +66,7 @@ typedef long int __swblk_t; /* Type of a swap block maybe? */
typedef long int __clock_t;
/* One element in the file descriptor mask array. */
typedef unsigned int __fd_mask;
typedef unsigned long int __fd_mask;
/* Due to incaution, we may have gotten these from a kernel header file. */
#undef __FD_SETSIZE