From 6e8135d7927c05a8acb844046b4bee1431517b55 Mon Sep 17 00:00:00 2001 From: Noah Misch Date: Sun, 10 Nov 2024 11:13:10 -0800 Subject: [PATCH] netbsd10.0 --- .github/workflows/bsd.yml | 2 +- pending_signal_c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/bsd.yml b/.github/workflows/bsd.yml index 180a1a0..9910161 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.4' + version: '10.0' pkginstall: pkgin -y install perl || true steps: - uses: actions/checkout@v4 diff --git a/pending_signal_c b/pending_signal_c index a47f691..bc95301 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 - * TODO Darwin 21.6.0 + * 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 TODO 10.0, TODO 9.4, and 9.2 return 2. They return 1 w/ RAISE_AFTER_EXEC. + * NetBSD TODO 10.0, 9.4, and 9.2 return 2. They return 1 w/ RAISE_AFTER_EXEC. */ #include #include