Re: [PATCH 4/4] tools/nolibc: remove dead __ARCH_WANT_SYS_OLD_SELECT
Thomas Weißschuh <[email protected]> Sun, 26 Jul 2026 22:01:30 +0200
| Newsgroups | dev.linux.lists.llvm,org.kernel.vger.linux-kernel,org.kernel.vger.linux-kselftest |
|---|---|
| Message-ID | <[email protected]> |
On 2026-07-26 17:13:05+0700, Ammar Faizi wrote:
> The macro lost its last user when select() was reimplemented on top of
> pselect6 for every architecture; sys/select.h no longer looks at it,
> and nothing else in the tree does either. See commit 668e43737279
> ("tools/nolibc/select: drop non-pselect based implementations").
>
> The comment that goes with it is stale for the same reason, as neither
> architecture can end up calling old_select any more.
>
> Drop both from arch-x86.h and arch-arm.h.
Thanks, applied.