mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-25 03:50:29 +00:00
Explore comfort level with posix_spawn
Justine says nay for the time being. Only XNU implements this. It's not clear what ABI XNU is using but it's obviously not the one in the POSIX documentation link below. Since all platforms implement vfork, it might be better to empirically gauge the intersection of consensus which will have better performance than this interface. https://pubs.opengroup.org/onlinepubs/009696699/xrat/xsh_chap03.html
This commit is contained in:
parent
b2260c2278
commit
f7c7b949fd
13 changed files with 30 additions and 56 deletions
2
libc/sysv/calls/posix_spawn-sysv.s
Normal file
2
libc/sysv/calls/posix_spawn-sysv.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/sysv/macros.internal.inc"
|
||||
.scall posix_spawn$sysv 0xffffffff20f4ffff globl hidden
|
|
@ -1,2 +0,0 @@
|
|||
.include "o/libc/sysv/macros.internal.inc"
|
||||
.scall posix_spawn 0xffffffff20f4ffff globl hidden
|
Loading…
Add table
Add a link
Reference in a new issue