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: Add new APIs tc[gs]etwinsize()
[newlib-cygwin.git]
/
newlib
/
libc
/
sys
/
a29khif
/
getpid.c
blob
5d95b933e3fdb028f6b95996d5f833aa941a91fa
1
/* Stub for getpid. */
2
3
#include <_ansi.h>
4
5
/* This should really return pid_t, but that doesn't seem to be in
6
<sys/types.h>. */
7
8
int
9
_getpid
(
void
)
10
{
11
return
1
;
12
}