From: Ulrich Drepper Date: Sun, 1 Jun 1997 10:48:17 +0000 (+0000) Subject: (__fd_mask): Change type to `unsigned long int'. X-Git-Tag: glibc-2.16-ports-before-merge~3582 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=68b8d6f1fd0a0a8227c556b9bea19e2dd1efa30d;p=thirdparty%2Fglibc.git (__fd_mask): Change type to `unsigned long int'. --- diff --git a/sysdeps/unix/sysv/linux/alpha/gnu/types.h b/sysdeps/unix/sysv/linux/alpha/gnu/types.h index b23deb8aa4e..2af77f70cfc 100644 --- a/sysdeps/unix/sysv/linux/alpha/gnu/types.h +++ b/sysdeps/unix/sysv/linux/alpha/gnu/types.h @@ -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