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

« back to all changes in this revision

Viewing changes to packages/base/libc/sigseth.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:
3
3
 
4
4
   P__sig_atomic_t = ^__sig_atomic_t;
5
5
   __sig_atomic_t = longint;
6
 
 
7
6
Const
8
7
  _SIGSET_NWORDS = 1024 div (8 * (sizeof(dword)));
9
8
 
27
26
Type
28
27
  TSigset = __sigset_t;
29
28
  PSigset = ^TSigset;
 
29
  sig_atomic_t =  __sig_atomic_t;
30
30
 
31
31