Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_bionic
/
refs/heads/android-15
/
.
/
libc
/
include
/
sys
/
fcntl.h
blob: 35e677a0040452419e9fc6e6b1dfa3f0abd2b06c [
file
] [
log
] [
blame
]
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>