fix temp file leak in sem_open on successful creation of new semaphore
authorRich Felker <dalias@aerifal.cx>
Thu, 27 Jun 2013 01:41:51 +0000 (21:41 -0400)
committerRich Felker <dalias@aerifal.cx>
Thu, 27 Jun 2013 01:41:51 +0000 (21:41 -0400)
commit7c20a11801fd56cbadac5a6e88ddddf8656ac1bc
tree856af354be7ad0c88170eb43b5e59c7ad5a8f6a7
parenta033cd22aa0ecd9f494b74669d358e7e1c7e1335
fix temp file leak in sem_open on successful creation of new semaphore
src/thread/sem_open.c