public inbox for newlib-cvs@sourceware.org
help / color / mirror / Atom feed
* [newlib-cygwin/main] RTEMS: Increase FS_SETSIZE to 256 bits
@ 2024-03-13 13:59 Joel Sherrill
  0 siblings, 0 replies; only message in thread
From: Joel Sherrill @ 2024-03-13 13:59 UTC (permalink / raw)
  To: newlib-cvs

https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=8d38c37ed9356e8f26e803fcf28e7592799c870a

commit 8d38c37ed9356e8f26e803fcf28e7592799c870a
Author: Chris Johns <chrisj@rtems.org>
Date:   Tue Feb 20 11:46:05 2024 +1100

    RTEMS: Increase FS_SETSIZE to 256 bits

Diff:
---
 newlib/libc/include/sys/select.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/newlib/libc/include/sys/select.h b/newlib/libc/include/sys/select.h
index 93d0b79bf..8b5675640 100644
--- a/newlib/libc/include/sys/select.h
+++ b/newlib/libc/include/sys/select.h
@@ -30,6 +30,8 @@ typedef	__sigset_t	sigset_t;
 #ifndef FD_SETSIZE
 # ifdef __CYGWIN__
 #  define FD_SETSIZE	1024
+# elifdef __rtems__
+#  define FD_SETSIZE	256
 # else
 #  define FD_SETSIZE	64
 # endif

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-03-13 13:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-13 13:59 [newlib-cygwin/main] RTEMS: Increase FS_SETSIZE to 256 bits Joel Sherrill

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).