sem_open should make process-shared semaphores
authorRich Felker <dalias@aerifal.cx>
Sat, 29 Sep 2012 20:49:32 +0000 (16:49 -0400)
committerRich Felker <dalias@aerifal.cx>
Sat, 29 Sep 2012 20:49:32 +0000 (16:49 -0400)
commit3d8d90c5ccf66f1d243cb1b248b047295c197b5c
treec9bf63171411b24d2e60fa99572ac0db5360ea38
parent39f296a95b02925b8c3439e140a5668e36055d9b
sem_open should make process-shared semaphores

this did not matter because we don't yet treat process-shared special.
when private futex support is added, however, it will matter.
src/thread/sem_open.c