unxovlh.inc 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. $Id$
  3. This file is part of the Free Pascal run time library.
  4. Copyright (c) 2001 by Free Pascal development team
  5. cdecl; definitions needed for unix unit.
  6. See the file COPYING.FPC, included in this distribution,
  7. for details about the copyright.
  8. This program is distributed in the hope that it will be useful,
  9. but WITHOUT ANY WARRANTY; without even the implied warranty of
  10. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  11. ***********************************************************************}
  12. Function PClose(Var F:file) : cint;
  13. Function PClose (Var F:text) : cint;
  14. Function StatFS(Path:Pathstr;Var Info:Tstatfs):cint;
  15. Function fpReadLink(Name:pathstr):pathstr;
  16. {
  17. $Log$
  18. Revision 1.2 2004-01-01 16:10:23 marco
  19. * fpreadlink(pathstr) moved to unxovl (since not platform specific),
  20. small fixes for "make all OPT='-dFPC_USE_LIBC'
  21. Revision 1.1 2003/12/30 12:27:44 marco
  22. * FPC_USE_LIBC
  23. Revision 1.1 2003/06/01 15:23:46 marco
  24. * Shared for now
  25. Revision 1.1 2002/12/18 16:43:26 marco
  26. * new unix rtl, linux part.....
  27. }