blob: 0323e3790c34c847672bf5976e26d2f633b4cc81 [file] [log] [blame]
Elliott Hughes462e90c2018-08-21 16:10:48 -07001#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 Project1dc9e472009-03-03 19:28:35 -080010#include <poll.h>