mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-12-26 01:07:21 +00:00
update
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user