Browse Source

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

Pierre Muller 3 years ago
parent
commit
84c04f36f3
1 changed files with 1 additions and 1 deletions
  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;