lcore.org gitweb
/
lcore.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Initial work on porting lcore to delphi 2010
[lcore.git]
/
lcoreselect.pas
diff --git
a/lcoreselect.pas
b/lcoreselect.pas
index 77da21f33a8e2fdae3c0f4498041d67113686d9d..df2501aea9bd4222cd8667330bc55230856496d5 100755
(executable)
--- a/
lcoreselect.pas
+++ b/
lcoreselect.pas
@@
-21,7
+21,7
@@
uses
{$ifdef VER1_0}
\r
linux,
\r
{$else}
\r
{$ifdef VER1_0}
\r
linux,
\r
{$else}
\r
- baseunix,unix,unixutil,
\r
+ baseunix,unix,unixutil,
sockets,
\r
{$endif}
\r
fd_utils;
\r
var
\r
{$endif}
\r
fd_utils;
\r
var
\r
@@
-38,11
+38,11
@@
uses
lcore,sysutils,
\r
classes,pgtypes,bfifo,
\r
{$ifndef nosignal}
\r
lcore,sysutils,
\r
classes,pgtypes,bfifo,
\r
{$ifndef nosignal}
\r
- lsignal
;
\r
+ lsignal
,
\r
{$endif}
\r
{$endif}
\r
+ ltimevalstuff;
\r
\r
{$include unixstuff.inc}
\r
\r
{$include unixstuff.inc}
\r
-{$include ltimevalstuff.inc}
\r
\r
const
\r
absoloutemaxs_select = (sizeof(fdset)*8)-1;
\r
\r
const
\r
absoloutemaxs_select = (sizeof(fdset)*8)-1;
\r