From d0b95a7841854eed72c13c60ca40f1eb7a429c34 Mon Sep 17 00:00:00 2001 From: Tomas Hajny Date: Sun, 12 Nov 2006 23:38:47 +0000 Subject: [PATCH] * type aliases for improved compatibility git-svn-id: trunk@5350 - --- rtl/os2/so32dll.pas | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/rtl/os2/so32dll.pas b/rtl/os2/so32dll.pas index 6af7dc6ea7..94ad2bcf21 100644 --- a/rtl/os2/so32dll.pas +++ b/rtl/os2/so32dll.pas @@ -1026,11 +1026,15 @@ type fd_count : Word; // how many are SET? fd_array : array[0..FD_SETSIZE-1] of Longint; // an array of SOCKETs end; + TFDSet = FD_Set; + PFDSet = ^TFDSet; timeval = record tv_sec : Longint; // Number of seconds tv_usec : Longint; // Number of microseconds end; + TTimeVal = TimeVal; + PTimeVal = ^TTimeVal; { * ioctl & ip trace support