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

« back to all changes in this revision

Viewing changes to packages/base/libc/sgttyh.inc

  • Committer: Bazaar Package Importer
  • Author(s): Carlos Laviola
  • Date: 2004-08-12 16:29:37 UTC
  • mfrom: (1.2.1 upstream) (2.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20040812162937-moo8ulvysp1ln771
Tags: 1.9.4-5
fp-compiler: needs ld, adding dependency on binutils.  (Closes: #265265)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
type
 
3
   Psgttyb = ^sgttyb;
 
4
   sgttyb = record
 
5
       {undefined structure}
 
6
     end;
 
7
 
 
8
 
 
9
function gtty(__fd:longint; __params:Psgttyb):longint;cdecl;external clib name 'gtty';
 
10
function stty(__fd:longint; __params:Psgttyb):longint;cdecl;external clib name 'stty';
 
11
 
 
12
{ ---------------------------------------------------------------------
 
13
    Borland compatibility types
 
14
  ---------------------------------------------------------------------}
 
15
 
 
16
Type  
 
17
  TSgTTyB = sgttyb;