4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-01-16 19:40:07 +08:00
2000-02-17 19:39:52 +00:00

13 lines
177 B
C

/* 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;
}