diff --git a/.github/workflows/bsd.yml b/.github/workflows/bsd.yml index bf17f0b..180a1a0 100644 --- a/.github/workflows/bsd.yml +++ b/.github/workflows/bsd.yml @@ -29,7 +29,7 @@ jobs: pkginstall: echo no packages required - name: netbsd - version: '9.2' + version: '9.4' pkginstall: pkgin -y install perl || true steps: - uses: actions/checkout@v4 diff --git a/pending_signal_c b/pending_signal_c index d5486d8..a47f691 100644 --- a/pending_signal_c +++ b/pending_signal_c @@ -7,13 +7,13 @@ * Six systems return 1 with or without RAISE_AFTER_EXEC: * * AIX 7300-01-02-2320 - * Darwin 21.6.0 - * FreeBSD 14.0-release-p6 - * Linux 6.7.12-amd64 - * OpenBSD 7.5 - * Solaris 11.4.68.164.2 + * TODO Darwin 21.6.0 + * TODO FreeBSD 14.0-release-p6 + * TODO Linux 6.7.12-amd64 + * TODO OpenBSD 7.5 + * TODO Solaris 11.4.68.164.2 * - * NetBSD 10.0, 9.4, and 9.2 return 2. They return 1 w/ RAISE_AFTER_EXEC. + * NetBSD TODO 10.0, TODO 9.4, and 9.2 return 2. They return 1 w/ RAISE_AFTER_EXEC. */ #include #include