mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-05 01:17:39 +08:00
Add missing fcntl constants. (#12409)
This commit is contained in:
@@ -13,3 +13,8 @@ webbrowser.MacOSX.__init__
|
||||
spwd
|
||||
msilib(.[a-z]+)?
|
||||
ossaudiodev
|
||||
|
||||
# Not present on all MacOS versions
|
||||
fcntl.F_OFD_GETLK
|
||||
fcntl.F_OFD_SETLK
|
||||
fcntl.F_OFD_SETLKW
|
||||
|
||||
@@ -18,3 +18,8 @@ curses.window.get_wch
|
||||
spwd
|
||||
msilib(.[a-z]+)?
|
||||
ossaudiodev
|
||||
|
||||
# Not present on all MacOS versions
|
||||
fcntl.F_OFD_GETLK
|
||||
fcntl.F_OFD_SETLK
|
||||
fcntl.F_OFD_SETLKW
|
||||
|
||||
@@ -1,10 +1,4 @@
|
||||
# new in py313
|
||||
fcntl.F_GETNOSIGPIPE
|
||||
fcntl.F_OFD_GETLK
|
||||
fcntl.F_OFD_SETLK
|
||||
fcntl.F_OFD_SETLKW
|
||||
fcntl.F_RDAHEAD
|
||||
fcntl.F_SETNOSIGPIPE
|
||||
posixpath.splitroot
|
||||
|
||||
# Exists locally on MacOS but not on GitHub
|
||||
|
||||
Reference in New Issue
Block a user