8 lines
103 B
C
8 lines
103 B
C
#include "threadimpl.h"
|
|
extern int getfforkid(void);
|
|
int
|
|
_threadgetpid(void)
|
|
{
|
|
return getfforkid();
|
|
}
|