~ubuntu-branches/ubuntu/feisty/fpc/feisty

« back to all changes in this revision

Viewing changes to rtl/unix/linux.pp

  • Committer: Bazaar Package Importer
  • Author(s): Torsten Werner
  • Date: 2007-01-27 20:08:50 UTC
  • mfrom: (1.2.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20070127200850-9mrptaqqjsx9nwa7
Tags: 2.0.4-5
* Fixed Build-Depends.
* Add myself to Uploaders in debian/control.
* Make sure that the sources are really patched before building them.
* Build unit 'libc' on powerpc too.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
{
2
 
   $Id: linux.pp,v 1.33 2005/02/14 17:13:31 peter Exp $
3
 
   This file is part of the Free Pascal run time library.
4
 
   Copyright (c) 1999-2000 by Michael Van Canneyt,
5
 
   BSD parts (c) 2000 by Marco van de Voort
6
 
   members of the Free Pascal development team.
7
 
 
8
 
   This unit contains only fully linux specific code and calls under 1.1.x
9
 
   When compiled with the 1.0.x series it contains a somewhat 1.0.x
10
 
     compatible linux code to allow bootstrap.
11
 
 
12
 
   See the file COPYING.FPC, included in this distribution,
13
 
   for details about the copyright.
14
 
 
15
 
   This program is distributed in the hope that it will be useful,
16
 
   but WITHOUT ANY WARRANTY;without even the implied warranty of
17
 
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
18
 
 
19
 
**********************************************************************}
20
 
 
21
 
{$ifdef VER1_0}
22
 
{$i linuxold.inc}
23
 
{$else}
24
 
{$i linuxnew.inc}
25
 
{$endif}
26
 
 
27
 
{
28
 
   $Log: linux.pp,v $
29
 
   Revision 1.33  2005/02/14 17:13:31  peter
30
 
     * truncate log
31
 
 
32
 
}