Cygwin: mmap: allow remapping part of an existing anonymous mapping
[newlib-cygwin.git] / newlib / libc / syscalls / sysgetpid.c
blob22c7605e8e9e0c02058ef1ba3a1d7dc63801d70f
1 /* connector for getpid */
3 #include <reent.h>
4 #include <unistd.h>
6 int
7 getpid (void)
9 return _getpid_r (_REENT);