Fix compilation errors caused by more files not added in previous commit
This commit is contained in:
7
lib/syscall/setgroups.s
Normal file
7
lib/syscall/setgroups.s
Normal file
@@ -0,0 +1,7 @@
|
||||
.sect .text
|
||||
.extern __setgroups
|
||||
.define _setgroups
|
||||
.align 2
|
||||
|
||||
_setgroups:
|
||||
jmp __setgroups
|
||||
Reference in New Issue
Block a user