Home | History | Annotate | Download | only in sys
History log of /src/lib/libc/compat/arch/ia64/sys/compat_sigprocmask.S
RevisionDateAuthorComments
 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
 1.1.4.2  02-Aug-2025  perseant Sync with HEAD
 1.1.4.1  07-Apr-2025  perseant file compat_sigprocmask.S was added on branch perseant-exfatfs on 2025-08-02 05:54:34 +0000

RSS XML Feed