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