relibc: fix setgroups and unused ENOSYS import
This commit is contained in:
@@ -4,7 +4,7 @@ use syscall;
|
||||
|
||||
use crate::{
|
||||
error::{Errno, Result, ResultExt},
|
||||
header::{errno::{EINVAL, ENOSYS}, fcntl, termios},
|
||||
header::{errno::{EINVAL}, fcntl, termios},
|
||||
platform::{
|
||||
Pal, Sys,
|
||||
types::{c_int, c_ulong, c_ulonglong, c_void, pid_t},
|
||||
|
||||
Reference in New Issue
Block a user