blob: 589ad117c9587b74af50ba6b52ca64e30767814c [file] [log] [blame]
#include <errno.h>
int
_getpid()
{
return 1;
}