Skip to content

Commit d1143f5

Browse files
committed
NetBSD: Replace REG_ENOSYS with REG_ILLSEQ
Upstream commit: NetBSD/src@cc8bab3 (backport <#4782>) (cherry picked from commit b038f17)
1 parent ba7b810 commit d1143f5

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

libc-test/semver/netbsd.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -884,7 +884,6 @@ REG_ECOLLATE
884884
REG_ECTYPE
885885
REG_EESCAPE
886886
REG_EMPTY
887-
REG_ENOSYS
888887
REG_EPAREN
889888
REG_ERANGE
890889
REG_ESPACE

src/unix/bsd/netbsdlike/netbsd/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1882,7 +1882,7 @@ pub const FIBMAP: c_ulong = 0xc008667a;
18821882

18831883
pub const SIGSTKSZ: size_t = 40960;
18841884

1885-
pub const REG_ENOSYS: c_int = 17;
1885+
pub const REG_ILLSEQ: c_int = 17;
18861886

18871887
pub const PT_DUMPCORE: c_int = 12;
18881888
pub const PT_LWPINFO: c_int = 13;

0 commit comments

Comments
 (0)