mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-02 01:23:24 +08:00
os: Params for posix_fallocate and posix_fadvise are pos-only (#8283)
90a6e56e56/Modules/posixmodule.c (L10845)
This commit is contained in:
@@ -5,8 +5,6 @@ _?curses.color_pair
|
||||
(os|posix).SPLICE_F_MORE
|
||||
(os|posix).SPLICE_F_MOVE
|
||||
(os|posix).SPLICE_F_NONBLOCK
|
||||
(os|posix).posix_fadvise
|
||||
(os|posix).posix_fallocate
|
||||
(os|posix).sched_getaffinity
|
||||
(os|posix).sched_getparam
|
||||
(os|posix).sched_getscheduler
|
||||
|
||||
@@ -7,8 +7,6 @@ mmap.MAP_STACK
|
||||
(os|posix).SPLICE_F_MORE
|
||||
(os|posix).SPLICE_F_MOVE
|
||||
(os|posix).SPLICE_F_NONBLOCK
|
||||
(os|posix).posix_fadvise
|
||||
(os|posix).posix_fallocate
|
||||
(os|posix).sched_getaffinity
|
||||
(os|posix).sched_getparam
|
||||
(os|posix).sched_getscheduler
|
||||
|
||||
Reference in New Issue
Block a user