Browse Source

* EPOLL_CTL_DEL was flipped with EPOLL_CTL_MOD

git-svn-id: trunk@4524 -
Almindor 19 years ago
parent
commit
b8975e8fd4
1 changed files with 2 additions and 2 deletions
  1. 2 2
      rtl/linux/linux.pp

+ 2 - 2
rtl/linux/linux.pp

@@ -58,8 +58,8 @@ Const
 
 
   { Valid opcodes ( "op" parameter ) to issue to epoll_ctl }
   { Valid opcodes ( "op" parameter ) to issue to epoll_ctl }
   EPOLL_CTL_ADD = 1;
   EPOLL_CTL_ADD = 1;
-  EPOLL_CTL_MOD = 2;
-  EPOLL_CTL_DEL = 3;
+  EPOLL_CTL_DEL = 2;
+  EPOLL_CTL_MOD = 3;
 
 
   {Some console iotcl's.}
   {Some console iotcl's.}
   GIO_FONT        = $4B60;  {gets font in expanded form}
   GIO_FONT        = $4B60;  {gets font in expanded form}