URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [newlib-1.17.0/] [newlib/] [libc/] [sys/] [a29khif/] [getpid.c] - Rev 816
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; }