mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 23:30:43 +02:00
* fdset is now array of unsigned.
git-svn-id: trunk@2347 -
This commit is contained in:
parent
0b206dcb26
commit
2a1d81db28
@ -1,3 +1,4 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
This file is part of the Free Pascal run time library.
|
This file is part of the Free Pascal run time library.
|
||||||
Copyright (c) 2001 by Free Pascal development team
|
Copyright (c) 2001 by Free Pascal development team
|
||||||
@ -213,7 +214,7 @@ type
|
|||||||
TTms = tms;
|
TTms = tms;
|
||||||
PTms = ^tms;
|
PTms = ^tms;
|
||||||
|
|
||||||
TFDSet = ARRAY[0..(FD_MAXFDSET div BITSINWORD)-1] of cLong;
|
TFDSet = ARRAY[0..(FD_MAXFDSET div BITSINWORD)-1] of cuLong;
|
||||||
pFDSet = ^TFDSet;
|
pFDSet = ^TFDSet;
|
||||||
|
|
||||||
timezone = packed record
|
timezone = packed record
|
||||||
|
Loading…
Reference in New Issue
Block a user