[asterisk-bugs] [JIRA] (ASTERISK-22751) [patch] Use waitpid instead of wait4 when we don't need to read from rusage
Rusty Newton (JIRA)
noreply at issues.asterisk.org
Wed Oct 23 15:24:06 CDT 2013
Rusty Newton created ASTERISK-22751:
---------------------------------------
Summary: [patch] Use waitpid instead of wait4 when we don't need to read from rusage
Key: ASTERISK-22751
URL: https://issues.asterisk.org/jira/browse/ASTERISK-22751
Project: Asterisk
Issue Type: Improvement
Security Level: None
Components: Applications/app_dahdiras, Applications/General, Utilities/General
Affects Versions: SVN, 1.8.23.1, 11.5.1
Environment: test into gnu/linux
Reporter: YvesGael
Assignee: YvesGael
Severity: Trivial
Into some src, you use wait4 but you never read or use rusage, into others src, you use waitpid.
It could be great to use waitpid into all src.
i join a patch tested into linux.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.asterisk.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the asterisk-bugs
mailing list