This commit is contained in:
Meco Man
2021-02-22 17:02:45 +08:00
parent 69dc37e1aa
commit 19c8cab8bd
2 changed files with 2 additions and 9 deletions

View File

@@ -50,13 +50,7 @@ int usleep(useconds_t usec)
}
RTM_EXPORT(usleep);
pid_t
#if defined (RT_USING_NEWLIB)
__rt_libc_getpid
#else
getpid
#endif
(void)
pid_t getpid(void)
{
/*TODO*/
return 0;