mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-04 10:18:31 +00:00
[WIP] Polyfill OpenBSD unveil for Linux (#490)
This commit is contained in:
parent
4f4889ddf7
commit
1c6b5c0acd
7 changed files with 258 additions and 0 deletions
2
libc/sysv/calls/sys_unveil.s
Normal file
2
libc/sysv/calls/sys_unveil.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/sysv/macros.internal.inc"
|
||||
.scall sys_unveil,0xfff072ffffffffff,globl
|
|
@ -399,6 +399,7 @@ scall memfd_secret 0xfffffffffffff1bf globl
|
|||
scall process_mrelease 0xfffffffffffff1c0 globl
|
||||
scall futex_waitv 0xfffffffffffff1c1 globl
|
||||
scall set_mempolicy_home_node 0xfffffffffffff1c2 globl
|
||||
scall sys_unveil 0xfff072ffffffffff globl
|
||||
|
||||
# The Fifth Bell System Interface, Community Edition
|
||||
# » besiyata dishmaya
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue