mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-12-27 01:28:23 +00:00
[libc][unistd] 完善isatty()
This commit is contained in:
@@ -98,6 +98,7 @@ _isatty_r(struct _reent *ptr, int fd)
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
||||
int
|
||||
_kill_r(struct _reent *ptr, int pid, int sig)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user