os: pos-only params for various functions (#8284)

This commit is contained in:
Jelle Zijlstra
2022-07-12 12:30:19 -07:00
committed by GitHub
parent 2a7439e106
commit 0306754f5f
3 changed files with 10 additions and 26 deletions

View File

@@ -5,16 +5,8 @@ _?curses.color_pair
(os|posix).SPLICE_F_MORE
(os|posix).SPLICE_F_MOVE
(os|posix).SPLICE_F_NONBLOCK
(os|posix).sched_getaffinity
(os|posix).sched_getparam
(os|posix).sched_getscheduler
(os|posix).sched_rr_get_interval
(os|posix).sched_setaffinity
(os|posix).sched_setparam
(os|posix).sched_setscheduler
(os|posix).setresgid
(os|posix).setresuid
(os|posix).waitid
(os|posix).sendfile
(os|posix).eventfd
(os|posix).eventfd_read

View File

@@ -7,16 +7,8 @@ mmap.MAP_STACK
(os|posix).SPLICE_F_MORE
(os|posix).SPLICE_F_MOVE
(os|posix).SPLICE_F_NONBLOCK
(os|posix).sched_getaffinity
(os|posix).sched_getparam
(os|posix).sched_getscheduler
(os|posix).sched_rr_get_interval
(os|posix).sched_setaffinity
(os|posix).sched_setparam
(os|posix).sched_setscheduler
(os|posix).setresgid
(os|posix).setresuid
(os|posix).waitid
(os|posix).sendfile
(os|posix).eventfd
(os|posix).eventfd_read