blob: e375daaa3a07626b752d409d3dccc1e621f532e5 [file] [log] [blame]
Elliott Hughes462e90c2018-08-21 16:10:48 -07001#pragma once
2
3/**
4 * @file wait.h
5 * @brief Historical alternative to `<sys/wait.h>`.
6 *
7 * New code should use `<sys/wait.h>` directly.
8 */
9
Elliott Hughes2cc41d32015-07-17 13:59:36 -070010#include <sys/wait.h>