repo.or.cz
/
newlib-cygwin.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Cygwin: mmap: allow remapping part of an existing anonymous mapping
[newlib-cygwin.git]
/
newlib
/
libc
/
syscalls
/
sysgetpid.c
blob
22c7605e8e9e0c02058ef1ba3a1d7dc63801d70f
1
/* connector for getpid */
2
3
#include <reent.h>
4
#include <unistd.h>
5
6
int
7
getpid
(
void
)
8
{
9
return
_getpid_r
(
_REENT
);
10
}