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

« back to all changes in this revision

Viewing changes to packages/base/libc/stdioh.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:
27
27
 
28
28
function tmpnam(__s:Pchar):Pchar;cdecl;external clib name 'tmpnam';
29
29
function tmpnam_r(__s:Pchar):Pchar;cdecl;external clib name 'tmpnam_r';
 
30
function tempnam(dir,pfx: PChar): PChar; cdecl; external clib name 'tempnam';
30
31
 
31
32
function fclose(__stream:PFILE):longint;cdecl;external clib name 'fclose';
32
33
function fflush(__stream:PFILE):longint;cdecl;external clib name 'fflush';
132
133
 
133
134
function fileno_unlocked(__stream:PFILE):longint;cdecl;external clib name 'fileno_unlocked';
134
135
 
 
136
function popen(__command:PChar; __type:Pchar):PFILE;cdecl;external clib name 'popen';
135
137
function pclose(__stream:PFILE):longint;cdecl;external clib name 'pclose';
136
138
function ctermid(__s:Pchar):Pchar;cdecl;external clib name 'ctermid';
137
139
function cuserid(__s:Pchar):Pchar;cdecl;external clib name 'cuserid';