From: Ulrich Drepper Date: Sat, 31 May 1997 00:46:33 +0000 (+0000) Subject: Undef some bits we may have gotten from . X-Git-Tag: glibc-2.16-ports-before-merge~3583 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ef490e68e82883fc6b0c2994a11cb88b74a130c3;p=thirdparty%2Fglibc.git Undef some bits we may have gotten from . --- diff --git a/sysdeps/unix/sysv/linux/alpha/gnu/types.h b/sysdeps/unix/sysv/linux/alpha/gnu/types.h index 5c1e4074231..b23deb8aa4e 100644 --- a/sysdeps/unix/sysv/linux/alpha/gnu/types.h +++ b/sysdeps/unix/sysv/linux/alpha/gnu/types.h @@ -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