Phoenix-RTOS: Fix warning with pointer treated as integer.
This commit is contained in:
parent
ab92a06cd4
commit
e5e0bd38d2
|
@ -96,5 +96,5 @@ int setpgrp(pid_t pid, pid_t pgid)
|
||||||
{
|
{
|
||||||
/* TODO: implement. */
|
/* TODO: implement. */
|
||||||
errno = ENOSYS;
|
errno = ENOSYS;
|
||||||
return NULL;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue