Skip to content

Commit

Permalink
netbsd10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nmisch committed Nov 10, 2024
1 parent fb1f4fa commit 6e8135d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions pending_signal_c
Original file line number Diff line number Diff line change
Expand Up @@ -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 <signal.h>
#include <unistd.h>
Expand Down

0 comments on commit 6e8135d

Please sign in to comment.