[libc][unistd] 完善isatty()

This commit is contained in:
Meco Man
2021-04-26 14:31:31 +08:00
parent f90c522308
commit 19347ed454
2 changed files with 22 additions and 5 deletions

View File

@@ -98,6 +98,7 @@ _isatty_r(struct _reent *ptr, int fd)
return 0;
}
}
int
_kill_r(struct _reent *ptr, int pid, int sig)
{