From 76193d7cb0457807b2f0b95f909ab5de19480cd7 Mon Sep 17 00:00:00 2001 From: rsc Date: Tue, 30 Sep 2003 17:47:42 +0000 Subject: Initial revision --- src/libthread/getpid.c | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/libthread/getpid.c (limited to 'src/libthread/getpid.c') diff --git a/src/libthread/getpid.c b/src/libthread/getpid.c new file mode 100644 index 00000000..da03bd3f --- /dev/null +++ b/src/libthread/getpid.c @@ -0,0 +1,8 @@ +#include "threadimpl.h" +#include + +int +_threadgetpid(void) +{ + return getpid(); +} -- cgit v1.2.3