mlibc/options/linux/include/poll.h
Dennisbonke 18eab91dc4 options/linux: moved poll.h to sys/poll.h
Signed-off-by: Dennisbonke <admin@dennisbonke.com>
2020-04-28 19:31:01 +02:00

7 lines
74 B
C

#ifndef _POLL_H
#define _POLL_H
#include <sys/poll.h>
#endif // _POLL_H