commit | ced2d2387b4336697b3f7b99a93e109b27c0705e | [log] [tgz] |
---|---|---|
author | Thomas Weißschuh <linux@weissschuh.net> | Sun Sep 17 17:36:19 2023 +0200 |
committer | Paul E. McKenney <paulmck@kernel.org> | Sun Oct 08 09:12:17 2023 -0700 |
tree | 3f47e73c2319ef8a34512f0482ade210e6634ad2 | |
parent | d6fb937cd8dac11bdf8686ae40142708ea819557 [diff] |
tools/nolibc: automatically detect necessity to use pselect6 We can automatically detect if pselect6 is needed or not from the kernel headers. This removes the need to manually specify it. Signed-off-by: Thomas Weißschuh <linux@weissschuh.net> Acked-by: Willy Tarreau <w@1wt.eu> Link: https://lore.kernel.org/r/20230917-nolibc-syscall-nr-v2-4-03863d509b9a@weissschuh.net