mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-25 12:00:31 +00:00
Linux: Add cachestat, fchmodat2 syscalls (#958)
This commit is contained in:
parent
69faf1b403
commit
cc5c5319bf
8 changed files with 287 additions and 1 deletions
2
libc/sysv/calls/sys_cachestat.S
Normal file
2
libc/sysv/calls/sys_cachestat.S
Normal file
|
@ -0,0 +1,2 @@
|
|||
#include "libc/sysv/macros.internal.h"
|
||||
.scall sys_cachestat,0xfffffffffffff1c3,451,4095,globl
|
2
libc/sysv/calls/sys_fchmodat2.S
Normal file
2
libc/sysv/calls/sys_fchmodat2.S
Normal file
|
@ -0,0 +1,2 @@
|
|||
#include "libc/sysv/macros.internal.h"
|
||||
.scall sys_fchmodat2,0xfffffffffffff1c4,452,4095,globl
|
Loading…
Add table
Add a link
Reference in a new issue