(__fd_mask): Change type to `unsigned long int'.
authorUlrich Drepper <drepper@redhat.com>
Sun, 1 Jun 1997 10:48:17 +0000 (10:48 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sun, 1 Jun 1997 10:48:17 +0000 (10:48 +0000)
sysdeps/unix/sysv/linux/alpha/gnu/types.h

index b23deb8..2af77f7 100644 (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