1.1 |
| 07-Apr-2025 |
riastradh | branches: 1.1.4; ia64: Include compat13 sigprocmask and sigsuspend stubs.
All the other ports already do this. Although ia64 was imported long after 1.4, the same is true of other ports that nevertheless include these stubs, like amd64.
We could invent a new __NetBSD_Compat_Min__ macro like __NetBSD_Version__ that tells the earliest version of NetBSD for which we aim to support compat binaries, and use that to conditionalize tests like t_compat_cancel.c. But that's a bit more trouble for something we can dispense with by a couple tiny syscall stubs.
Should fix build for:
PR lib/59240: POSIX.1-2024: cancellation point audit PR lib/59247: pthread_cancelstub.c is inadequately tested
|