URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [newlib-1.18.0/] [newlib/] [libc/] [sys/] [a29khif/] [getpid.c] - Rev 252
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