[fpc-devel] Patch proposal
Nikolai Zhubr
zhubr at mail.ru
Sun Feb 7 19:06:35 CET 2010
Hello people,
Please someone consider the patch below.
The patch is against current svn snapshot.
Thank you!
--- rtl/linux/linux.pp.orig Sun Nov 30 01:00:22 2008
+++ rtl/linux/linux.pp Sun Feb 07 21:09:00 2010
@@ -115,6 +115,7 @@
EPOLLOUT = $04; { The associated file is available for write(2)
operations. }
EPOLLERR = $08; { Error condition happened on the associated file
descriptor. }
EPOLLHUP = $10; { Hang up happened on the associated file descriptor. }
+ EPOLLONESHOT = $40000000; { Sets the One-Shot behaviour for the
associated file descriptor. }
EPOLLET = $80000000; { Sets the Edge Triggered behaviour for
the associated file descriptor. }
{ Valid opcodes ( "op" parameter ) to issue to epoll_ctl }
More information about the fpc-devel
mailing list