Remove dollars from system call support symbols
This commit is contained in:
@@ -23,5 +23,5 @@
|
||||
* Creates session and sets the process group id.
|
||||
*/
|
||||
int setsid(void) {
|
||||
return setsid$sysv();
|
||||
return sys_setsid();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user