reference/pthreads/constants.xml
86e6094e86b84a51d00ab217ac50ce8dde33d82a
...
...
@@ -9,7 +9,7 @@
9
9
<varlistentry xml:id="constant.pthreads-inherit-all">
10
10
<term>
11
11
<constant>PTHREADS_INHERIT_ALL</constant>
12
-
(<type>integer</type>)
12
+
(<type>int</type>)
13
13
</term>
14
14
<listitem>
15
15
<simpara>
...
...
@@ -20,7 +20,7 @@
20
20
<varlistentry xml:id="constant.pthreads-inherit-none">
21
21
<term>
22
22
<constant>PTHREADS_INHERIT_NONE</constant>
23
-
(<type>integer</type>)
23
+
(<type>int</type>)
24
24
</term>
25
25
<listitem>
26
26
<simpara>
...
...
@@ -31,7 +31,7 @@
31
31
<varlistentry xml:id="constant.pthreads-inherit-ini">
32
32
<term>
33
33
<constant>PTHREADS_INHERIT_INI</constant>
34
-
(<type>integer</type>)
34
+
(<type>int</type>)
35
35
</term>
36
36
<listitem>
37
37
<simpara>
...
...
@@ -42,7 +42,7 @@
42
42
<varlistentry xml:id="constant.pthreads-inherit-constants">
43
43
<term>
44
44
<constant>PTHREADS_INHERIT_CONSTANTS</constant>
45
-
(<type>integer</type>)
45
+
(<type>int</type>)
46
46
</term>
47
47
<listitem>
48
48
<simpara>
...
...
@@ -53,7 +53,7 @@
53
53
<varlistentry xml:id="constant.pthreads-inherit-classes">
54
54
<term>
55
55
<constant>PTHREADS_INHERIT_CLASSES</constant>
56
-
(<type>integer</type>)
56
+
(<type>int</type>)
57
57
</term>
58
58
<listitem>
59
59
<simpara>
...
...
@@ -64,7 +64,7 @@
64
64
<varlistentry xml:id="constant.pthreads-inherit-functions">
65
65
<term>
66
66
<constant>PTHREADS_INHERIT_FUNCTIONS</constant>
67
-
(<type>integer</type>)
67
+
(<type>int</type>)
68
68
</term>
69
69
<listitem>
70
70
<simpara>
...
...
@@ -75,7 +75,7 @@
75
75
<varlistentry xml:id="constant.pthreads-inherit-includes">
76
76
<term>
77
77
<constant>PTHREADS_INHERIT_INCLUDES</constant>
78
-
(<type>integer</type>)
78
+
(<type>int</type>)
79
79
</term>
80
80
<listitem>
81
81
<simpara>
...
...
@@ -86,7 +86,7 @@
86
86
<varlistentry xml:id="constant.pthreads-inherit-comments">
87
87
<term>
88
88
<constant>PTHREADS_INHERIT_COMMENTS</constant>
89
-
(<type>integer</type>)
89
+
(<type>int</type>)
90
90
</term>
91
91
<listitem>
92
92
<simpara>
...
...
@@ -97,7 +97,7 @@
97
97
<varlistentry xml:id="constant.pthreads-allow-headers">
98
98
<term>
99
99
<constant>PTHREADS_ALLOW_HEADERS</constant>
100
-
(<type>integer</type>)
100
+
(<type>int</type>)
101
101
</term>
102
102
<listitem>
103
103
<simpara>
104
104