Mark rfork(2) as __returns_twice
rfork is not generally a built-in that would be recognized as behaving like vfork/fork; provide the hint.
This commit is contained in:
parent
84becee1ac
commit
979b4b3495
@ -552,7 +552,7 @@ char *re_comp(const char *);
|
||||
int re_exec(const char *);
|
||||
int reboot(int);
|
||||
int revoke(const char *);
|
||||
pid_t rfork(int);
|
||||
pid_t rfork(int) __returns_twice;
|
||||
pid_t rfork_thread(int, void *, int (*)(void *), void *);
|
||||
int rresvport(int *);
|
||||
int rresvport_af(int *, int);
|
||||
|
Loading…
Reference in New Issue
Block a user