Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2001-09-18 01:30:58 +0400
committerChristopher Faylor <me@cgf.cx>2001-09-18 01:30:58 +0400
commitd2d5eb41e4cd3612d66c1819fded53dc9d97ed7d (patch)
tree5a72bcfb6e78c30a794efdef4508bf74ca091fd7 /newlib/libc/include
parentc98b577d40b31f6cab2344b49616b5680f72776d (diff)
* libc/include/process.h: Add getpid() declaration.
Diffstat (limited to 'newlib/libc/include')
-rw-r--r--newlib/libc/include/process.h1
1 files changed, 1 insertions, 0 deletions
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);