URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [newlib-1.10.0/] [newlib/] [libc/] [sys/] [a29khif/] [getpid.c] - Rev 1773
Go to most recent revision | Compare with Previous | Blame | View Log
/* Stub for getpid. */ #include <_ansi.h> /* This should really return pid_t, but that doesn't seem to be in <sys/types.h>. */ int _DEFUN_VOID (_getpid) { return 1; }
Go to most recent revision | Compare with Previous | Blame | View Log