blob: 35e677a0040452419e9fc6e6b1dfa3f0abd2b06c [file] [log] [blame]
Elliott Hughes462e90c2018-08-21 16:10:48 -07001#pragma once
2
3/**
4 * @file sys/fcntl.h
5 * @brief Historical synonym for `<fcntl.h>`.
6 *
7 * New code should use `<fcntl.h>` directly.
8 */
9
Daniel Erate5515142015-07-08 15:01:50 -060010#include <fcntl.h>