소스 검색

* compilation on linux with FPC_USE_LIBC fixed

florian 1 년 전
부모
커밋
785e259e62
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      rtl/linux/ostypes.inc

+ 2 - 0
rtl/linux/ostypes.inc

@@ -529,4 +529,6 @@ const
   tkernel_timespecs = array[0..1] of kernel_timespec;
 
   TTimespecArr = tkernel_timespecs;
+{$else FPC_USE_LIBC}
+  TTimespecArr = array[0..1] of ttimespec;
 {$endif FPC_USE_LIBC}