浏览代码

Fix compilation for x86_64-linux target using libc with -dFPC_USE_LIBC option

Pierre Muller 3 年之前
父节点
当前提交
84c04f36f3
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/rtl-extra/src/unix/ipc.pp

+ 1 - 1
packages/rtl-extra/src/unix/ipc.pp

@@ -18,7 +18,7 @@ unit ipc;
 interface
 
 Uses
-{$ifdef FPC_USE_LIBCX}
+{$ifdef FPC_USE_LIBC}
   initc,
 {$endif}
   BaseUnix,UnixType;