mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-04 10:18:31 +00:00
Add minor improvements and cleanup
This commit is contained in:
parent
9e3e985ae5
commit
feed0d2b0e
163 changed files with 2286 additions and 2245 deletions
|
@ -1,2 +1,2 @@
|
|||
.include "libc/sysv/consts/syscon.inc"
|
||||
.syscon mmap MAP_FIXED 16 16 16 16 16
|
||||
.syscon mmap MAP_FIXED 0x10 0x10 0x10 0x10 0x10
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
.include "libc/sysv/consts/syscon.inc"
|
||||
.syscon mmap MAP_NONBLOCK 0x010000 0 0 0 0
|
||||
.syscon mmap MAP_NONBLOCK 0x10000 0 0 0 0
|
||||
|
|
2
libc/sysv/consts/__NR_vfork.s
Normal file
2
libc/sysv/consts/__NR_vfork.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "libc/sysv/consts/syscon.inc"
|
||||
.syscon nr __NR_vfork 0x003a 0x2000042 0x0042 0x0042 -1
|
Loading…
Add table
Add a link
Reference in a new issue