You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
164 B

#pragma once
/**
* @file wait.h
* @brief Historical alternative to `<sys/wait.h>`.
*
* New code should use `<sys/wait.h>` directly.
*/
#include <sys/wait.h>