From d2d5eb41e4cd3612d66c1819fded53dc9d97ed7d Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Mon, 17 Sep 2001 21:30:58 +0000 Subject: * libc/include/process.h: Add getpid() declaration. --- newlib/libc/include/process.h | 1 + 1 file changed, 1 insertion(+) (limited to 'newlib/libc') diff --git a/newlib/libc/include/process.h b/newlib/libc/include/process.h index 49560e2a5..4f6fe40fe 100644 --- a/newlib/libc/include/process.h +++ b/newlib/libc/include/process.h @@ -41,6 +41,7 @@ pid_t sexecv(void *, const char *path, const char * const *argv); pid_t sexecve(void *, const char *path, const char * const *argv, const char * const *envp); pid_t sexecvp(void *, const char *path, const char * const *argv); pid_t sexecvpe(void *, const char *path, const char * const *argv, const char * const *envp); +pid_t getpid(void); #endif int cwait(int *, int, int); -- cgit v1.2.3