Skip to content

Commit 6e8135d

Browse files
committed
netbsd10.0
1 parent fb1f4fa commit 6e8135d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/bsd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
pkginstall: echo no packages required
3030

3131
- name: netbsd
32-
version: '9.4'
32+
version: '10.0'
3333
pkginstall: pkgin -y install perl || true
3434
steps:
3535
- uses: actions/checkout@v4

pending_signal_c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
* Six systems return 1 with or without RAISE_AFTER_EXEC:
88
*
99
* AIX 7300-01-02-2320
10-
* TODO Darwin 21.6.0
10+
* Darwin 21.6.0
1111
* TODO FreeBSD 14.0-release-p6
1212
* TODO Linux 6.7.12-amd64
1313
* TODO OpenBSD 7.5
1414
* TODO Solaris 11.4.68.164.2
1515
*
16-
* NetBSD TODO 10.0, TODO 9.4, and 9.2 return 2. They return 1 w/ RAISE_AFTER_EXEC.
16+
* NetBSD TODO 10.0, 9.4, and 9.2 return 2. They return 1 w/ RAISE_AFTER_EXEC.
1717
*/
1818
#include <signal.h>
1919
#include <unistd.h>

0 commit comments

Comments
 (0)