Sign in
plan9port
/
plan9
/
e182749a982e415fba755bc1035c35da5c4fe606
/
.
/
src
/
libthread
/
getpid.c
blob: da03bd3f7a6ddbab22edc7f977cedf1b5268fba9 [
file
] [
log
] [
blame
]
#include
"threadimpl.h"
#include
<unistd.h>
int
_threadgetpid
(
void
)
{
return
getpid
();
}