Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin-api.in.sgml « doc « winsup - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 13d7f8c2f089abc4c6528aa843b9f3f8ab590d4a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<!doctype book PUBLIC "-//Davenport//DTD DocBook V3.0//EN" [
  <!ENTITY cygnus-copyright "<YEAR>1998</YEAR><HOLDER>Cygnus
            Solutions</HOLDER>">
  <!ENTITY cygnus-code-copyright "
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (C) 1998 Cygnus Solutions.

This is copyrighted software that may only
be reproduced, modified, or distributed
under license from Cygnus Solutions.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
">
 ]>

<book id="cygwin-api">

  <bookinfo>
    <date>1998-08-31</date>
    <title>Cygwin API Reference</title>
    <authorgroup>
      <author>
        <firstname>DJ</firstname>
        <surname>Delorie</surname>
      </author>
      <author>
        <firstname>Geoffrey</firstname>
        <surname>Noer</surname>
      </author>
    </authorgroup>

    DOCTOOL-INSERT-legal

    <revhistory>
      <revision>
	<revnumber>0.0</revnumber>
	<date>1998-08-31</date>
	<authorinitials>dj@cygnus.com</authorinitials>
	<revremark>Initial revision</revremark>
      </revision>
      <revision>
	<revnumber>0.5.0</revnumber>
	<date>1998-12-17</date>
	<authorinitials>noer@cygnus.com</authorinitials>
	<revremark>Add pthread, sem calls.  Change revnumber to
	three-part number: Cygwin API major, Cygwin API minor, Doc rev
	number.  Starts out at 0.5.0.</revremark>
      </revision>
    </revhistory>
  </bookinfo>

  <toc></toc>

<chapter id="compatibility"><title>Compatibility</title>
DOCTOOL-INSERT-std-ansi
DOCTOOL-INSERT-std-posix
DOCTOOL-INSERT-std-misc
</chapter>

<chapter id="cygwin-functions"><title>Cygwin Functions</title>

<para>These functions are specific to Cygwin itself, and probably
won't be found anywhere else.  </para>

DOCTOOL-INSERT-func-

</chapter>

</book>