bionic/libc/include/sys/poll.h

11 lines
153 B
C
Raw Normal View History

2025-08-25 08:22:42 +08:00
#pragma once
/**
* @file sys/poll.h
* @brief Historical synonym for `<poll.h>`.
*
* New code should use `<poll.h>` directly.
*/
#include <poll.h>