posix.cfg: Remove redundant entries (#1049)
I carefully removed the duplicate/redundant entries with less/missing configuration, so no information is lost.
This commit is contained in:
parent
4dbeffd615
commit
a4deca3c98
|
@ -68,26 +68,6 @@
|
|||
</arg>
|
||||
<arg nr="2"/>
|
||||
</function>
|
||||
<!-- struct group *getgrnam(const char *name); -->
|
||||
<function name="getgrnam">
|
||||
<use-retval/>
|
||||
<returnValue type="struct group *"/>
|
||||
<noreturn>false</noreturn>
|
||||
<leak-ignore/>
|
||||
<arg nr="1">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- struct group *getgrgid(gid_t gid);-->
|
||||
<function name="getgrgid">
|
||||
<use-retval/>
|
||||
<returnValue type="struct group *"/>
|
||||
<noreturn>false</noreturn>
|
||||
<leak-ignore/>
|
||||
<arg nr="1">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- int gettimeofday(struct timeval *tv, struct timezone *tz); -->
|
||||
<function name="gettimeofday">
|
||||
<noreturn>false</noreturn>
|
||||
|
@ -1043,16 +1023,6 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s
|
|||
very special case. -->
|
||||
<arg nr="1"/>
|
||||
</function>
|
||||
<!-- struct dirent *readdir(DIR *dir); -->
|
||||
<function name="readdir">
|
||||
<noreturn>false</noreturn>
|
||||
<leak-ignore/>
|
||||
<returnValue type="struct dirent *"/>
|
||||
<arg nr="1">
|
||||
<not-null/>
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- void rewinddir(DIR *dir); -->
|
||||
<function name="rewinddir">
|
||||
<noreturn>false</noreturn>
|
||||
|
@ -1826,11 +1796,6 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s
|
|||
<function name="endhostent">
|
||||
<noreturn>false</noreturn>
|
||||
</function>
|
||||
<!-- struct hostent *gethostent(void); -->
|
||||
<function name="gethostent">
|
||||
<use-retval/>
|
||||
<noreturn>false</noreturn>
|
||||
</function>
|
||||
<!-- void sethostent(int stayopen); -->
|
||||
<function name="sethostent">
|
||||
<noreturn>false</noreturn>
|
||||
|
@ -3270,25 +3235,6 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s
|
|||
<valid>0:</valid>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- http://man7.org/linux/man-pages/man3/fnmatch.3.html -->
|
||||
<!-- int fnmatch(const char *pattern, const char *string, int flags); -->
|
||||
<function name="fnmatch">
|
||||
<use-retval/>
|
||||
<returnValue type="int"/>
|
||||
<noreturn>false</noreturn>
|
||||
<leak-ignore/>
|
||||
<arg nr="1">
|
||||
<not-uninit/>
|
||||
<not-null/>
|
||||
</arg>
|
||||
<arg nr="2">
|
||||
<not-uninit/>
|
||||
<not-null/>
|
||||
</arg>
|
||||
<arg nr="3">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- http://man7.org/linux/man-pages/man3/opterr.3.html-->
|
||||
<!-- int getopt(int argc, char * const argv[], const char *optstring); -->
|
||||
<function name="getopt">
|
||||
|
|
Loading…
Reference in New Issue