mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-27 14:58:30 +00:00
parent
335d158ab6
commit
ec6e0fa5f4
8 changed files with 93 additions and 10 deletions
|
@ -1,2 +0,0 @@
|
|||
.include "o/libc/sysv/macros.internal.inc"
|
||||
.scall sched_getaffinity,0xfffffffffffff0cc,globl
|
2
libc/sysv/calls/sys_sched_getaffinity.s
Normal file
2
libc/sysv/calls/sys_sched_getaffinity.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/sysv/macros.internal.inc"
|
||||
.scall sys_sched_getaffinity,0xfffffffffffff0cc,globl,hidden
|
|
@ -234,7 +234,7 @@ scall lgetxattr 0x17bffffffffff0c0 globl
|
|||
scall llistxattr 0x17effffffffff0c3 globl
|
||||
scall lremovexattr 0x181ffffffffff0c6 globl
|
||||
scall sys_sched_setaffinity 0xfffffffffffff0cb globl hidden
|
||||
scall sched_getaffinity 0xfffffffffffff0cc globl # returns bytes written on success. we polyfill bad posix designs like nice() returning 0, but we won't polyfill a bad unilateral redesign that's just glibc
|
||||
scall sys_sched_getaffinity 0xfffffffffffff0cc globl hidden # returns bytes written on success. we polyfill bad posix designs like nice() returning 0, but we won't polyfill a bad unilateral redesign that's just glibc
|
||||
scall cpuset_getaffinity 0xffffff1e7fffffff globl
|
||||
scall cpuset_setaffinity 0xffffff1e8fffffff globl
|
||||
scall io_setup 0xfffffffffffff0ce globl
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue