Follow-up to sys_ipc restructuration
authorphilippe <philippe@a5019735-40e9-0310-863c-91ae7b9d1cf9>
Sun, 21 Oct 2012 21:49:33 +0000 (21:49 +0000)
committerphilippe <philippe@a5019735-40e9-0310-863c-91ae7b9d1cf9>
Sun, 21 Oct 2012 21:49:33 +0000 (21:49 +0000)
commit324a6537bd295078f64bc9213bae09ef59123c9c
tree35c4cc2f011d718eefd28c2a239e7c4e5208e886
parent4c0c774ef55dcba596ef27f8a7fcdcceef08fedc
Follow-up to sys_ipc restructuration
Rev 13078 removed a PRE call (for SEMCTL) in the POST(sys_ipc).
This commit adds the correct POST call for SEMCTL in POST(sys_ipc).
(note: some tests are missing in this area, as removing PRE
and adding POST did not cause any test result to change).

This is the last patch to restructure the sys_ipc code.

After this patch, should be able to do the real fix
for 23837 (semctl GETVAL false positive)

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13079 a5019735-40e9-0310-863c-91ae7b9d1cf9
coregrind/m_syswrap/syswrap-linux.c