summaryrefslogtreecommitdiff
path: root/src/poll/struct_pollfd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/poll/struct_pollfd.h')
-rw-r--r--src/poll/struct_pollfd.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/poll/struct_pollfd.h b/src/poll/struct_pollfd.h
deleted file mode 100644
index 2f609bb2..00000000
--- a/src/poll/struct_pollfd.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#include <poll.h>
-
-struct pollfd {
- int fd;
- short events;
- short revents;
-};
-
-/*
-XOPEN(400)
-POSIX(200809)
-*/