mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-26 04:20:30 +00:00
Make minor improvements
This commit is contained in:
parent
1fc91f3580
commit
b562d6fdb3
41 changed files with 1948 additions and 92 deletions
2
libc/sysv/calls/getsid-sysv.s
Normal file
2
libc/sysv/calls/getsid-sysv.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/sysv/macros.inc"
|
||||
.scall getsid$sysv 0x00ff01362136007c globl hidden
|
|
@ -1,2 +0,0 @@
|
|||
.include "o/libc/sysv/macros.inc"
|
||||
.scall getsid 0x00ff01362136007c globl
|
2
libc/sysv/calls/setsid-sysv.s
Normal file
2
libc/sysv/calls/setsid-sysv.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/sysv/macros.inc"
|
||||
.scall setsid$sysv 0x0093009320930070 globl hidden
|
|
@ -1,2 +0,0 @@
|
|||
.include "o/libc/sysv/macros.inc"
|
||||
.scall setsid 0x0093009320930070 globl
|
Loading…
Add table
Add a link
Reference in a new issue