mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-25 03:50:29 +00:00
Improve isystem includes and magic numbers
This commit is contained in:
parent
1e5bd4d23e
commit
228fb7428b
143 changed files with 1183 additions and 266 deletions
|
@ -1,2 +0,0 @@
|
|||
.include "o/libc/sysv/macros.internal.inc"
|
||||
.scall reboot,0x0d003703720370a9,globl
|
|
@ -1,2 +1,2 @@
|
|||
.include "o/libc/sysv/macros.internal.inc"
|
||||
.scall mount,0x19a01501520a70a5,globl
|
||||
.scall sys_mount,0x19a01501520a70a5,globl
|
2
libc/sysv/calls/sys_reboot.s
Normal file
2
libc/sysv/calls/sys_reboot.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/sysv/macros.internal.inc"
|
||||
.scall sys_reboot,0x0d003703720370a9,globl,hidden
|
2
libc/sysv/calls/sys_unmount.s
Normal file
2
libc/sysv/calls/sys_unmount.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/sysv/macros.internal.inc"
|
||||
.scall sys_unmount,0x016016016209f0a6,globl,hidden
|
|
@ -1,2 +1,2 @@
|
|||
.include "o/libc/sysv/macros.internal.inc"
|
||||
.scall umount2,0xfffffffffffff0a6,globl
|
||||
.scall umount2,0x016016016209f0a6,globl,hidden
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
.include "o/libc/sysv/macros.internal.inc"
|
||||
.scall unmount,0x016016016209ffff,globl
|
Loading…
Add table
Add a link
Reference in a new issue