summaryrefslogtreecommitdiff
path: root/tests/lib/libc/sys/t_msgctl.c
AgeCommit message (Collapse)Author
2017-10-07If we have SYSVMSG in kernel (test finds it) restore the signal handlerkre
to its previous state, so any signals that occur during the rest of the test gat handled just as they would (core dump) as if the handler was never executed. No need to bother if the SYSVMSG test fails, as in that case, nothing else will be done anyway.
2017-10-06Make this test skip if running on a kernel without the SYSVMSG option.kre
(Assuming this behaves as intended the other tests which should behave the same way will get upgrades as well.)
2017-01-13PR/51856: Ngie Cooper: add limits.h for INT_MAXchristos
2014-02-27Use an abs wide enough to cover the types involved.joerg
2011-11-11Fix typo.jruoho
2011-11-05Fix some typos.jruoho
2011-11-05Add 21 unit tests for the XSI message queues.jruoho