astyle formatting

[ci skip]
This commit is contained in:
Daniel Marjamäki 2016-12-04 19:15:32 +01:00
parent 1137c1e6b8
commit a5e214ab3f
1 changed files with 5 additions and 5 deletions

View File

@ -2925,7 +2925,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s
<arg nr="1">
<not-uninit/>
</arg>
<arg nr="2">
<arg nr="2">
<not-uninit/>
</arg>
</function>
@ -2934,18 +2934,18 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s
sigset_t *restrict oset);
int sigprocmask(int how, const sigset_t *restrict set,
sigset_t *restrict oset); -->
<function name="pthread_sigmask,sigprocmask">
<function name="pthread_sigmask,sigprocmask">
<noreturn>false</noreturn>
<arg nr="1">
<not-uninit/>
</arg>
<arg nr="2">
<arg nr="2">
<not-uninit/>
</arg>
<arg nr="3">
<arg nr="3">
<not-uninit/>
</arg>
</function>
</function>
<!-- http://man7.org/linux/man-pages/man2/getrusage.2.html-->
<!-- int getrusage(int who, struct rusage *usage);-->
<function name="getrusage">