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] linux: pselect: Remove CALL_PSELECT6 macro


* Lukasz Majewski:

> The CALL_PSELECT6 is now only defined in the sysdeps/unix/sysv/linux/pselect.c
> file and was introduced to allow i386 specific assembler implementation
> of pselec6 (with 6 arguments).

Typo: "pselec6"

> As the i386 now supports pselect6 syscall and the assembler implementation
> (in the sysdeps/unix/sysv/linux/i386/call_pselect6.S) has already been
> removed it is safe to remove this macro define.

I would just say that nothing defines CALL_PSELECT6 in the current tree.
That's enough reason to remove it.

Thanks,
Florian


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