fixed more binutils issues (newer gcc/libc)
[zpugcc/jano.git] / toolchain / gcc / newlib / libc / sys / a29khif / getpid.c
blob99d88bd39f4dd6fa74eea3da6bf37123e76dffa9
1 /* Stub for getpid. */
3 #include <_ansi.h>
5 /* This should really return pid_t, but that doesn't seem to be in
6 <sys/types.h>. */
8 int
9 _DEFUN_VOID (_getpid)
11 return 1;