mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-12 05:59:10 +00:00
Replace COSMO define with _COSMO_SOURCE
This change might cause ABI breakages for /opt/cosmos. It's needed to help us better conform to header declaration practices.
This commit is contained in:
parent
a033b65a33
commit
c776a32f75
238 changed files with 858 additions and 1069 deletions
|
@ -1,2 +0,0 @@
|
|||
#include "libc/sysv/macros.internal.h"
|
||||
.scall ioprio_get,0xfffffffffffff0fc,31,4095,globl
|
|
@ -1,2 +0,0 @@
|
|||
#include "libc/sysv/macros.internal.h"
|
||||
.scall ioprio_set,0xfffffffffffff0fb,30,4095,globl
|
2
libc/sysv/calls/sys_ioprio_get.S
Normal file
2
libc/sysv/calls/sys_ioprio_get.S
Normal file
|
@ -0,0 +1,2 @@
|
|||
#include "libc/sysv/macros.internal.h"
|
||||
.scall sys_ioprio_get,0xfffffffffffff0fc,31,4095,globl
|
2
libc/sysv/calls/sys_ioprio_set.S
Normal file
2
libc/sysv/calls/sys_ioprio_set.S
Normal file
|
@ -0,0 +1,2 @@
|
|||
#include "libc/sysv/macros.internal.h"
|
||||
.scall sys_ioprio_set,0xfffffffffffff0fb,30,4095,globl
|
Loading…
Add table
Add a link
Reference in a new issue