Add minor improvements and cleanup
This commit is contained in:
@ -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
|
||||
Reference in New Issue
Block a user