commit | 6304d8b21891fd0cb7b5a4c25159a3d3b1709d62 | [log] [tgz] |
---|---|---|
author | David 'Digit' Turner <digit@google.com> | Wed Jun 02 18:12:12 2010 -0700 |
committer | David 'Digit' Turner <digit@google.com> | Tue Jun 08 17:04:49 2010 -0700 |
tree | 8ab9c2bf6022f139b7af2eabda11846abf684171 | |
parent | a8a21488630980c1d2a2152d0ac39bd7978879e2 [diff] |
Use private futexes for semaphores, unless they are initialized with pshared != 0. Change-Id: I534e36a7171cd37037ae03b910ba71ea6968286d Note: previously, sem_init() would return an error if pshared != 0.