Skip to content

Commit c39446f

Browse files
committed
bsd.cfg: configure err functions
1 parent b835744 commit c39446f

1 file changed

Lines changed: 53 additions & 0 deletions

File tree

cfg/bsd.cfg

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,59 @@
295295
<not-bool/>
296296
</arg>
297297
</function>
298+
<function name="err,errx">
299+
<noreturn>true</noreturn>
300+
<arg nr="1" direction="in">
301+
<not-uninit/>
302+
</arg>
303+
<formatstr/>
304+
<arg nr="2" direction="in">
305+
<formatstr/>
306+
<strz/>
307+
<not-uninit/>
308+
</arg>
309+
</function>
310+
<function name="errc">
311+
<noreturn>true</noreturn>
312+
<arg nr="1" direction="in">
313+
<not-uninit/>
314+
</arg>
315+
<arg nr="2" direction="in">
316+
<not-uninit/>
317+
</arg>
318+
<formatstr/>
319+
<arg nr="3" direction="in">
320+
<formatstr/>
321+
<strz/>
322+
<not-uninit/>
323+
</arg>
324+
</function>
325+
<function name="verr,verrx">
326+
<noreturn>true</noreturn>
327+
<arg nr="1" direction="in">
328+
<not-uninit/>
329+
</arg>
330+
<arg nr="2" direction="in">
331+
<strz/>
332+
<not-uninit/>
333+
</arg>
334+
<arg nr="3"/>
335+
</function>
336+
<function name="verrc">
337+
<noreturn>true</noreturn>
338+
<arg nr="1" direction="in">
339+
<not-uninit/>
340+
</arg>
341+
<arg nr="2" direction="in">
342+
<not-uninit/>
343+
</arg>
344+
<formatstr/>
345+
<arg nr="3" direction="in">
346+
<strz/>
347+
<not-uninit/>
348+
</arg>
349+
<arg nr="4"/>
350+
</function>
298351
<podtype name="FTS"/>
299352
<podtype name="FTSENT"/>
300353
<!-- This type definitions refer to https://mandoc.bsd.lv/includes/sys/types.h.html -->

0 commit comments

Comments
 (0)