Skip to content

unbreak openbsd after #2109 #2136

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 4, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions libc-test/semver/apple.txt
Original file line number Diff line number Diff line change
Expand Up @@ -212,9 +212,11 @@ EDEVERR
EFTYPE
ELAST
EMPTY
EMULTIHOP
ENEEDAUTH
ENOATTR
ENODATA
ENOLINK
ENOPOLICY
ENOSR
ENOSTR
Expand Down Expand Up @@ -1340,6 +1342,9 @@ VSTATUS
VT0
VT1
VTDLY
WEXITED
WNOWAIT
WSTOPPED
XATTR_CREATE
XATTR_NODEFAULT
XATTR_NOFOLLOW
Expand Down
5 changes: 5 additions & 0 deletions libc-test/semver/dragonfly.txt
Original file line number Diff line number Diff line change
Expand Up @@ -210,8 +210,10 @@ EDOOFUS
EFTYPE
ELAST
EMPTY
EMULTIHOP
ENEEDAUTH
ENOATTR
ENOLINK
ENOMEDIUM
ENOTSUP
EOF
Expand Down Expand Up @@ -991,6 +993,9 @@ VCHECKPT
VDSUSP
VERASE2
VSTATUS
WEXITED
WNOWAIT
WSTOPPED
WTRAPPED
XUCRED_VERSION
XU_NGROUPS
Expand Down
5 changes: 5 additions & 0 deletions libc-test/semver/freebsd.txt
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,10 @@ EDOOFUS
EFTYPE
ELAST
EMPTY
EMULTIHOP
ENEEDAUTH
ENOATTR
ENOLINK
ENOTCAPABLE
ENOTRECOVERABLE
ENOTSUP
Expand Down Expand Up @@ -1169,6 +1171,9 @@ UTXDB_LOG
VDSUSP
VERASE2
VSTATUS
WEXITED
WNOWAIT
WSTOPPED
WTRAPPED
XUCRED_VERSION
XU_NGROUPS
Expand Down
5 changes: 5 additions & 0 deletions libc-test/semver/fuchsia.txt
Original file line number Diff line number Diff line change
Expand Up @@ -205,12 +205,14 @@ ELIBMAX
ELIBSCN
ELNRNG
EMEDIUMTYPE
EMULTIHOP
ENAVAIL
ENOANO
ENOATTR
ENOCSI
ENODATA
ENOKEY
ENOLINK
ENOMEDIUM
ENONET
ENOPKG
Expand Down Expand Up @@ -975,6 +977,9 @@ VSWTC
VT0
VT1
VTDLY
WEXITED
WNOWAIT
WSTOPPED
XATTR_CREATE
XATTR_REPLACE
XTABS
Expand Down
5 changes: 5 additions & 0 deletions libc-test/semver/linux.txt
Original file line number Diff line number Diff line change
Expand Up @@ -364,12 +364,14 @@ ELIBMAX
ELIBSCN
ELNRNG
EMEDIUMTYPE
EMULTIHOP
ENAVAIL
ENOANO
ENOATTR
ENOCSI
ENODATA
ENOKEY
ENOLINK
ENOMEDIUM
ENONET
ENOPKG
Expand Down Expand Up @@ -2434,7 +2436,10 @@ VSWTC
VT0
VT1
VTDLY
WEXITED
WHOLE_SECONDS
WNOWAIT
WSTOPPED
W_EXITCODE
W_STOPCODE
XATTR_CREATE
Expand Down
5 changes: 5 additions & 0 deletions libc-test/semver/netbsd.txt
Original file line number Diff line number Diff line change
Expand Up @@ -235,9 +235,11 @@ ECHOPRT
EFTYPE
ELAST
EMPTY
EMULTIHOP
ENEEDAUTH
ENOATTR
ENODATA
ENOLINK
ENOSR
ENOSTR
ENOTSUP
Expand Down Expand Up @@ -893,6 +895,9 @@ UT_LINESIZE
UT_NAMESIZE
VDSUSP
VSTATUS
WEXITED
WNOWAIT
WSTOPPED
YESEXPR
YESSTR
_IOFBF
Expand Down
5 changes: 5 additions & 0 deletions libc-test/semver/redox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,13 @@ ELIBMAX
ELIBSCN
ELNRNG
EMEDIUMTYPE
EMULTIHOP
ENAVAIL
ENOANO
ENOCSI
ENODATA
ENOKEY
ENOLINK
ENOMEDIUM
ENONET
ENOPKG
Expand Down Expand Up @@ -132,6 +134,9 @@ VSWTC
VT0
VT1
VTDLY
WEXITED
WNOWAIT
WSTOPPED
_PC_2_SYMLINKS
_PC_ALLOC_SIZE_MIN
_PC_ASYNC_IO
Expand Down
5 changes: 0 additions & 5 deletions libc-test/semver/unix.txt
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ ELOOP
EMFILE
EMLINK
EMSGSIZE
EMULTIHOP
ENAMETOOLONG
ENETDOWN
ENETRESET
Expand All @@ -93,7 +92,6 @@ ENODEV
ENOENT
ENOEXEC
ENOLCK
ENOLINK
ENOMEM
ENOMSG
ENOPROTOOPT
Expand Down Expand Up @@ -426,15 +424,12 @@ VTIME
VWERASE
WCONTINUED
WCOREDUMP
WEXITED
WEXITSTATUS
WIFCONTINUED
WIFEXITED
WIFSIGNALED
WIFSTOPPED
WNOHANG
WNOWAIT
WSTOPPED
WSTOPSIG
WTERMSIG
WUNTRACED
Expand Down