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