mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-12-26 09:08:25 +00:00
update
This commit is contained in:
@@ -38,8 +38,7 @@ __errno ()
|
||||
int
|
||||
_getpid_r(struct _reent *ptr)
|
||||
{
|
||||
extern pid_t __rt_libc_getpid(void);
|
||||
return __rt_libc_getpid();
|
||||
return 0;
|
||||
}
|
||||
|
||||
int
|
||||
|
||||
Reference in New Issue
Block a user