Sign in
plan9port
/
plan9
/
5a8e63b2f016735364d17866d5e2bcb35d20c78b
/
.
/
src
/
libthread
/
getpid.c
blob: c4d23dad8abb84ab9cdf405f23d776b620cfdcc4 [
file
] [
log
] [
blame
]
#include
"threadimpl.h"
extern
int
getfforkid
(
void
);
int
_threadgetpid
(
void
)
{
return
getfforkid
();
}