/* vi: set sw=4 ts=4: */ /* * Copyright (C) 2007 Erik Andersen * * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. */ #include #if defined __USE_SVID || defined __USE_XOPEN #include #include #include _syscall4(int, waitid, idtype_t, idtype, id_t, id, siginfo_t*, infop, int, options); #endif