Blob


1 #include "threadimpl.h"
2 #include <unistd.h>
4 int
5 _threadgetpid(void)
6 {
7 return getpid();
8 }