This is the mail archive of the libc-alpha@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]

Re: [PATCH 1/2] misc: Set generic pselect as ENOSYS


* Adhemerval Zanella:

> On 14/11/2019 16:28, Florian Weimer wrote:
>> * Adhemerval Zanella:
>> 
>>> diff --git a/misc/pselect.c b/misc/pselect.c
>>> index 76ded850a5..7296b6ef61 100644
>>> --- a/misc/pselect.c
>>> +++ b/misc/pselect.c
>>> @@ -34,43 +34,8 @@ int
>> 
>> Missing header file adjustments?
>
> Hum, which adjustment are you referring exactly?

The file has this right now:

#include <errno.h>
#include <signal.h>
#include <stddef.h>	/* For NULL.  */
#include <sys/time.h>
#include <sys/select.h>
#include <sysdep-cancel.h>

I think that can be trimmed substantially.


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