mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-27 21:10:29 +00:00
Support futexes on FreeBSD
This commit is contained in:
parent
795d295590
commit
7549a5755e
10 changed files with 81 additions and 31 deletions
|
@ -18,6 +18,7 @@
|
|||
╚────────────────────────────────────────────────────────────────'>/dev/null #*/
|
||||
dir=libc/sysv/calls
|
||||
. libc/sysv/gen.sh
|
||||
#include "libc/calls/syscall-sysv.internal.h"
|
||||
|
||||
# The Fifth Bell System Interface, Community Edition ┌─────────────────────────┐
|
||||
# » so many numbers │ legend │
|
||||
|
@ -641,7 +642,7 @@ scall sys_bsdthread_register 0xfffffffff216efff globl hidden
|
|||
#scall write_nocancel 0xfffffffff218dfff globl
|
||||
#scall writev_nocancel 0xfffffffff219cfff globl
|
||||
#──────────────────────────FREEBSD───────────────────────────
|
||||
#scall _umtx_op 0xffffff1c6fffffff globl
|
||||
scall sys_umtx_op 0xffffff1c6fffffff globl
|
||||
#scall abort2 0xffffff1cffffffff globl
|
||||
#scall afs3_syscall 0xffffff179fffffff globl
|
||||
#scall bindat 0xffffff21afffffff globl
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue