فهرست منبع

* fdset is now array of unsigned.

git-svn-id: trunk@2347 -
marco 19 سال پیش
والد
کامیت
2a1d81db28
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 2 1
      rtl/linux/ostypes.inc

+ 2 - 1
rtl/linux/ostypes.inc

@@ -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