aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/select.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sys/select.h')
-rw-r--r--sys/sys/select.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/select.h b/sys/sys/select.h
index 511895b3c81f..8a899acb6836 100644
--- a/sys/sys/select.h
+++ b/sys/sys/select.h
@@ -56,7 +56,7 @@ typedef __sigset_t sigset_t;
* be enough for most uses.
*/
#ifndef FD_SETSIZE
-#define FD_SETSIZE 1024U
+#define FD_SETSIZE 1024
#endif
#define _NFDBITS (sizeof(__fd_mask) * 8) /* bits per mask */