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