mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 21:46:42 +08:00
Add missing posix functions for 3.13 (#12375)
This commit is contained in:
@@ -5,15 +5,7 @@ fcntl.F_OFD_SETLK
|
||||
fcntl.F_OFD_SETLKW
|
||||
fcntl.F_RDAHEAD
|
||||
fcntl.F_SETNOSIGPIPE
|
||||
os.grantpt
|
||||
os.posix_openpt
|
||||
os.ptsname
|
||||
os.unlockpt
|
||||
posix.grantpt
|
||||
posix.posix_openpt
|
||||
posix.ptsname
|
||||
posixpath.splitroot
|
||||
posix.unlockpt
|
||||
posix.waitid
|
||||
posix.waitid_result
|
||||
readline.backend
|
||||
|
||||
@@ -23,30 +23,22 @@ os.TFD_CLOEXEC
|
||||
os.TFD_NONBLOCK
|
||||
os.TFD_TIMER_ABSTIME
|
||||
os.TFD_TIMER_CANCEL_ON_SET
|
||||
os.grantpt
|
||||
os.posix_openpt
|
||||
os.ptsname
|
||||
os.timerfd_create
|
||||
os.timerfd_gettime
|
||||
os.timerfd_gettime_ns
|
||||
os.timerfd_settime
|
||||
os.timerfd_settime_ns
|
||||
os.unlockpt
|
||||
posix.POSIX_SPAWN_CLOSEFROM
|
||||
posix.TFD_CLOEXEC
|
||||
posix.TFD_NONBLOCK
|
||||
posix.TFD_TIMER_ABSTIME
|
||||
posix.TFD_TIMER_CANCEL_ON_SET
|
||||
posix.grantpt
|
||||
posix.posix_openpt
|
||||
posix.ptsname
|
||||
posixpath.splitroot
|
||||
posix.timerfd_create
|
||||
posix.timerfd_gettime
|
||||
posix.timerfd_gettime_ns
|
||||
posix.timerfd_settime
|
||||
posix.timerfd_settime_ns
|
||||
posix.unlockpt
|
||||
readline.backend
|
||||
stat.SF_SUPPORTED
|
||||
stat.SF_SYNTHETIC
|
||||
|
||||
Reference in New Issue
Block a user