~ubuntu-branches/ubuntu/dapper/fpc/dapper

« back to all changes in this revision

Viewing changes to rtl/bsd/unxsysch.inc

  • Committer: Bazaar Package Importer
  • Author(s): Carlos Laviola
  • Date: 2005-05-30 11:59:10 UTC
  • mfrom: (1.2.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20050530115910-x5pbzm4qqta4i94h
Tags: 2.0.0-2
debian/fp-compiler.postinst.in: forgot to reapply the patch that
correctly creates the slave link to pc(1).  (Closes: #310907)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
{
2
 
   $Id: unxsysch.inc,v 1.5 2004/01/01 17:07:21 marco Exp $
 
2
   $Id: unxsysch.inc,v 1.8 2005/02/14 17:13:21 peter Exp $
3
3
   This file is part of the Free Pascal run time library.
4
4
   Copyright (c) 2003 Marco van de Voort
5
5
   member of the Free Pascal development team.
13
13
 
14
14
**********************************************************************}
15
15
 
16
 
function fpNice(N:cint):cint;
17
 
Function fpGetPriority(Which,Who:cint):cint;
18
 
Function fpSetPriority(Which,Who,What:cint):cint;
19
 
Function fpLstat(path:pchar;Info:pstat):cint;
20
 
Function fpLstat(Filename: PathStr;Info:pstat):cint;
21
 
Function fpSymlink(oldname,newname:pchar):cint;
22
 
Function fpReadLink(name,linkname:pchar;maxlen:cint):cint;
23
 
Function Fpmmap(start:pointer;len:size_t;prot:cint;flags:cint;fd:cint;offst:off_t):pointer; external name  'FPC_SYSC_MMAP';
24
 
Function Fpmunmap(start:pointer;len:size_t):cint;  external name 'FPC_SYSC_MUNMAP';
25
16
function fpgettimeofday(tp: ptimeval;tzp:ptimezone):cint; external name 'FPC_SYSC_GETTIMEOFDAY';
26
17
 
27
18
{
28
19
  $Log: unxsysch.inc,v $
29
 
  Revision 1.5  2004/01/01 17:07:21  marco
30
 
   * few small freebsd fixes backported from debugging linux
31
 
 
32
 
  Revision 1.4  2003/12/30 12:26:21  marco
33
 
   * FPC_USE_LIBC
 
20
  Revision 1.8  2005/02/14 17:13:21  peter
 
21
    * truncate log
34
22
 
35
23
}