summaryrefslogtreecommitdiff
path: root/packages/libc/src/bpollh.inc
diff options
context:
space:
mode:
Diffstat (limited to 'packages/libc/src/bpollh.inc')
-rw-r--r--packages/libc/src/bpollh.inc23
1 files changed, 23 insertions, 0 deletions
diff --git a/packages/libc/src/bpollh.inc b/packages/libc/src/bpollh.inc
new file mode 100644
index 0000000000..d673045456
--- /dev/null
+++ b/packages/libc/src/bpollh.inc
@@ -0,0 +1,23 @@
+
+const
+ POLLIN = $001;
+ POLLPRI = $002;
+ POLLOUT = $004;
+
+ POLLRDNORM = $040;
+ POLLRDBAND = $080;
+ POLLWRNORM = $100;
+ POLLWRBAND = $200;
+
+ POLLMSG = $400;
+
+ POLLERR = $008;
+ POLLHUP = $010;
+ POLLNVAL = $020;
+
+
+{ ---------------------------------------------------------------------
+ Borland compatibility types
+ ---------------------------------------------------------------------}
+
+// Type