repo.or.cz
/
zpugcc
/
jano.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fixed more binutils issues (newer gcc/libc)
[zpugcc/jano.git]
/
toolchain
/
gcc
/
newlib
/
libc
/
sys
/
a29khif
/
getpid.c
blob
99d88bd39f4dd6fa74eea3da6bf37123e76dffa9
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
_DEFUN_VOID
(
_getpid
)
10
{
11
return
1
;
12
}