blob: da03bd3f7a6ddbab22edc7f977cedf1b5268fba9 [file] [log] [blame]
#include "threadimpl.h"
#include <unistd.h>
int
_threadgetpid(void)
{
return getpid();
}