ipc.c: Improve para_semop().
authorAndre Noll <maan@systemlinux.org>
Sat, 8 Sep 2007 07:22:05 +0000 (09:22 +0200)
committerAndre Noll <maan@systemlinux.org>
Sat, 8 Sep 2007 07:22:05 +0000 (09:22 +0200)
commit1da7031d6e7ac088291934c8ceef5cad9b92ccb3
tree0a58649b5f25edf8e40973e5f798c75352d1a5c7
parent77264e47dcd6a606ecff2f86f14359f25ab0eba0
ipc.c: Improve para_semop().

It's kind of silly to retry the semop 500 times. Just check if sempop()
was interrupted and retry in this case. Otherwise, error out.
ipc.c