| Elliott Hughes | 462e90c | 2018-08-21 16:10:48 -0700 | [diff] [blame] | 1 | #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 Erat | e551514 | 2015-07-08 15:01:50 -0600 | [diff] [blame] | 10 | #include <fcntl.h> |