Skip to content

Commit 3f08ad7

Browse files
committed
CHB:summaries: introduce more struct typedefs
1 parent b1cb268 commit 3f08ad7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CodeHawk/CHB/bchsummaries/so_functions/getgrgid.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<par loc="stack" name="gid" nr="1">
1919
<type>gid_t</type>
2020
</par>
21-
<returntype><ptr>group</ptr></returntype>
21+
<returntype><ptr>ch_group</ptr></returntype>
2222
</api>
2323
<semantics>
2424
<io-actions/>

CodeHawk/CHB/bchsummaries/so_functions/getgrnam.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<type><ptr>char</ptr></type>
2222
<pre><deref-read-nt/></pre>
2323
</par>
24-
<returntype><ptr>group</ptr></returntype>
24+
<returntype><ptr>ch_group</ptr></returntype>
2525
</api>
2626
<semantics>
2727
<io-actions/>

CodeHawk/CHB/bchsummaries/so_functions/getpwnam.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<type><ptr>char</ptr></type>
2020
<pre><deref-read/></pre>
2121
</par>
22-
<returntype><ptr>passwd</ptr></returntype>
22+
<returntype><ptr>ch_passwd</ptr></returntype>
2323
</api>
2424
<semantics>
2525
<io-actions/>

0 commit comments

Comments
 (0)