This is the mail archive of the libc-help@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Allow customizing of __FD_SETSIZE


Hello,

I need a raise the FD_SETSIZE for an application's select() (see misc/sys/select.h) above the default of 1024, which is defined in bits/typesizes.h as a macro __FD_SETSIZE.

The only way I found is to change the system's header file bits/typesizes.h. I therefore suggest to add a #ifndef __FD_SETSIZE to bits/typesizes.h in order to allow a developer to customize FD_SETSIZE. When I sent this proposal to the libc-alpha mailing list, I was rejected by the moderator and advised to open a bugzilla enhancement request and to discuss this request on the libc-help mailing list.

The link to the bugzilla entry is http://sources.redhat.com/bugzilla/show_bug.cgi?id=11687

What do you think about my proposition? How can we improve the bugzilla entry so that it is being accepted by libc-alpha? Unfortunately, I am not an expert for glibc.


Regards,

Christoph Kling 

Attachment: PGP.sig
Description: PGP signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]