blob: bb566e6001e87ef3c618ad53edd2230d58019d77 [file] [log] [blame]
/* See LICENSE of license details. */
#include <errno.h>
#include "stub.h"
int wait(int* status)
{
return _stub(ECHILD);
}