mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-05 10:48:29 +00:00
Add getgroups and setgroups (#619)
This commit is contained in:
parent
3665232d66
commit
4c40c500b8
17 changed files with 280 additions and 29 deletions
|
@ -1,2 +1,2 @@
|
|||
.include "o/libc/sysv/macros.internal.inc"
|
||||
.scall sys_getgroups,0x04f04f04f204f073,globl
|
||||
.scall sys_getgroups,0x04f04f04f204f073,globl,hidden
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
.include "o/libc/sysv/macros.internal.inc"
|
||||
.scall sys_setgroups,0x0500500502050074,globl
|
||||
.scall sys_setgroups,0x0500500502050074,globl,hidden
|
||||
|
|
|
@ -151,8 +151,8 @@ scall sys_getpgid 0x0cf0cf0cf2097079 globl hidden
|
|||
scall sys_setpgid 0x052052052205206d globl hidden
|
||||
scall sys_geteuid 0x019019019201906b globl hidden
|
||||
scall sys_getegid 0x02b02b02b202b06c globl hidden
|
||||
scall sys_getgroups 0x04f04f04f204f073 globl # no wrapper
|
||||
scall sys_setgroups 0x0500500502050074 globl # no wrapper
|
||||
scall sys_getgroups 0x04f04f04f204f073 globl hidden
|
||||
scall sys_setgroups 0x0500500502050074 globl hidden
|
||||
scall sys_setreuid 0x07e07e07e207e071 globl hidden
|
||||
scall sys_setregid 0x07f07f07f207f072 globl hidden
|
||||
scall sys_setuid 0x0170170172017069 globl hidden
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue