]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
The bitset field of freshly created futex should be initialized explicity.
authordchagin <dchagin@FreeBSD.org>
Sun, 13 Feb 2011 17:56:22 +0000 (17:56 +0000)
committerdchagin <dchagin@FreeBSD.org>
Sun, 13 Feb 2011 17:56:22 +0000 (17:56 +0000)
commit5cfdaf1c594c843a616f44856191ab603aca7afb
tree6df6da80ba04b68e943fa33e128e43521e8b806a
parent3835cbd87137939edd753a1ca3b8177354f8b61b
The bitset field of freshly created futex should be initialized explicity.
Otherwise, REQUEUE operations fails.
sys/compat/linux/linux_futex.c