aboutsummaryrefslogtreecommitdiff
path: root/misc/bits/select2.h
diff options
context:
space:
mode:
Diffstat (limited to 'misc/bits/select2.h')
-rw-r--r--misc/bits/select2.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/bits/select2.h b/misc/bits/select2.h
index 27f42018f2..37c4827f1c 100644
--- a/misc/bits/select2.h
+++ b/misc/bits/select2.h
@@ -25,8 +25,8 @@
extern unsigned long int __fdelt_chk (unsigned long int __d);
extern unsigned long int __fdelt_warn (unsigned long int __d)
__warnattr ("bit outside of fd_set selected");
-#undef __FDELT
-#define __FDELT(d) \
+#undef __FD_ELT
+#define __FD_ELT(d) \
({ unsigned long int __d = d; \
(__builtin_constant_p (__d) \
? (__d >= __FD_SETSIZE \