Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_bionic
/
refs/heads/android-15
/
.
/
libc
/
include
/
sys
/
poll.h
blob: 0323e3790c34c847672bf5976e26d2f633b4cc81 [
file
] [
log
] [
blame
]
Elliott Hughes
462e90c
2018-08-21 16:10:48 -0700
[
diff
] [
blame
]
1
#pragma
once
2
3
/**
4
* @file sys/poll.h
5
* @brief Historical synonym for `<poll.h>`.
6
*
7
* New code should use `<poll.h>` directly.
8
*/
9
The Android Open Source Project
1dc9e47
2009-03-03 19:28:35 -0800
[
diff
] [
blame
]
10
#include
<poll.h>