From 4478f72279ef5291c2bf20c738c417e89dea7ff7 Mon Sep 17 00:00:00 2001 From: olle Date: Sun, 31 Oct 2004 22:25:31 +0000 Subject: [PATCH] * Fix for FPC_USE_LIBC --- rtl/unix/sysutils.pp | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/rtl/unix/sysutils.pp b/rtl/unix/sysutils.pp index 668240f8e4..3b8b6e2e85 100644 --- a/rtl/unix/sysutils.pp +++ b/rtl/unix/sysutils.pp @@ -40,7 +40,8 @@ var implementation -Uses Syscall,Baseunix; +Uses + {$ifdef FPC_USE_LIBC}initc{$ELSE}Syscall{$ENDIF}, Baseunix; {$Define OS_FILEISREADONLY} // Specific implementation for Unix. @@ -1091,7 +1092,10 @@ end. { $Log$ - Revision 1.49 2004-10-30 20:55:54 marco + Revision 1.50 2004-10-31 22:25:31 olle + * Fix for FPC_USE_LIBC + + Revision 1.49 2004/10/30 20:55:54 marco * unix interface cleanup Revision 1.48 2004/10/12 15:22:23 michael