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