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