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

« back to all changes in this revision

Viewing changes to rtl/macos/systhrd.inc

  • 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
1
{
2
 
    $Id: systhrd.inc,v 1.1 2005/02/07 21:30:12 peter Exp $
3
2
    This file is part of the Free Pascal run time library.
4
 
    Copyright (c) 2002 by Peter Vreman,
 
3
    Copyright (c) 2002-2005 by Peter Vreman,
5
4
    member of the Free Pascal development team.
6
5
 
7
 
    Linux (pthreads) threading support implementation
 
6
    MacOS threading support implementation.
8
7
 
9
8
    See the file COPYING.FPC, included in this distribution,
10
9
    for details about the copyright.
23
22
  SetNoThreadManager;
24
23
end;
25
24
 
26
 
{
27
 
  $Log: systhrd.inc,v $
28
 
  Revision 1.1  2005/02/07 21:30:12  peter
29
 
    * system unit updated
30
 
 
31
 
  Revision 1.1  2005/02/06 16:57:18  peter
32
 
    * threads for go32v2,os,emx,netware
33
 
 
34
 
  Revision 1.1  2005/02/06 12:16:52  peter
35
 
    * bsd thread updates
36
 
 
37
 
  Revision 1.1  2005/02/06 11:20:52  peter
38
 
    * threading in system unit
39
 
    * removed systhrds unit
40
 
 
41
 
}
42
25