Stricter platform checks for constants in fcntl (#6807)

This commit is contained in:
Nikita Sobolev
2022-01-07 21:40:13 +03:00
committed by GitHub
parent 2ad8db51ad
commit 28a5e6bb7a
3 changed files with 77 additions and 58 deletions

View File

@@ -33,7 +33,6 @@ ossaudiodev
spwd
# Platform differences that cannot be captured by the type system
fcntl.[A-Z0-9_]+
os.SCHED_[A-Z_]+
posix.SCHED_[A-Z_]+

View File

@@ -36,7 +36,7 @@ posix.error.characters_written
resource.error.characters_written
# Platform differences that cannot be captured by the type system
fcntl.[A-Z0-9_]+
fcntl.I_[A-Z0-9_]+
os.SCHED_[A-Z_]+
posix.SCHED_[A-Z_]+