Skip to content

Commit fb1f4fa

Browse files
committed
netbsd9.4
1 parent 912698c commit fb1f4fa

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
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.2'
32+
version: '9.4'
3333
pkginstall: pkgin -y install perl || true
3434
steps:
3535
- uses: actions/checkout@v4

pending_signal_c

Lines changed: 6 additions & 6 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-
* Darwin 21.6.0
11-
* FreeBSD 14.0-release-p6
12-
* Linux 6.7.12-amd64
13-
* OpenBSD 7.5
14-
* Solaris 11.4.68.164.2
10+
* TODO Darwin 21.6.0
11+
* TODO FreeBSD 14.0-release-p6
12+
* TODO Linux 6.7.12-amd64
13+
* TODO OpenBSD 7.5
14+
* TODO Solaris 11.4.68.164.2
1515
*
16-
* NetBSD 10.0, 9.4, and 9.2 return 2. They return 1 w/ RAISE_AFTER_EXEC.
16+
* NetBSD TODO 10.0, TODO 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)