mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-03 09:48:29 +00:00
Add more missing libc/libc++ functions
- Add sched_rr_get_interval() - Add `unbuffer` command example - Add more locale function stubs - Vendor most of remaining libcxx content
This commit is contained in:
parent
5a2bb07b36
commit
31e746c937
76 changed files with 15519 additions and 157 deletions
|
@ -1,2 +0,0 @@
|
|||
.include "o/libc/sysv/macros.internal.inc"
|
||||
.scall sched_rr_get_interval,0xffffff14effff094,globl
|
2
libc/sysv/calls/sys_sched_rr_get_interval.s
Normal file
2
libc/sysv/calls/sys_sched_rr_get_interval.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/sysv/macros.internal.inc"
|
||||
.scall sys_sched_rr_get_interval,0xffffff14effff094,globl,hidden
|
|
@ -206,7 +206,7 @@ scall sys_sched_get_priority_max 0xffffff14cffff092 globl hidden
|
|||
scall sys_sched_get_priority_min 0xffffff14dffff093 globl hidden
|
||||
scall cpuset_getaffinity 0xffffff1e7fffffff globl
|
||||
scall cpuset_setaffinity 0xffffff1e8fffffff globl
|
||||
scall sched_rr_get_interval 0xffffff14effff094 globl
|
||||
scall sys_sched_rr_get_interval 0xffffff14effff094 globl hidden
|
||||
scall vhangup 0xfffffffffffff099 globl
|
||||
scall modify_ldt 0xfffffffffffff09a globl
|
||||
scall pivot_root 0xfffffffffffff09b globl
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue