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