wait
void WorkList::wait() {
#undef wait /* Use NeXT's wait() function */
#define wait(a) posix_wait(a)
#define wait _wait
#undef wait