unxovlh.inc 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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:ansistring;Var Info:Tstatfs):cint;
  15. //Function fpReadLink(Name:ansistring):ansistring;
  16. {
  17. $Log$
  18. Revision 1.4 2004-11-14 12:21:08 marco
  19. * moved some calls from unix to baseunix. Darwin untested.
  20. Revision 1.3 2004/11/03 15:00:43 marco
  21. * Pathstr eliminated
  22. Revision 1.2 2004/01/01 16:10:23 marco
  23. * fpreadlink(pathstr) moved to unxovl (since not platform specific),
  24. small fixes for "make all OPT='-dFPC_USE_LIBC'
  25. Revision 1.1 2003/12/30 12:27:44 marco
  26. * FPC_USE_LIBC
  27. Revision 1.1 2003/06/01 15:23:46 marco
  28. * Shared for now
  29. Revision 1.1 2002/12/18 16:43:26 marco
  30. * new unix rtl, linux part.....
  31. }