OSDN Git Service

sem_open.c/sem_unlink.c: Use INTUSE macro to get proper function call to __pthread_once
authorKhem Raj <raj.khem@gmail.com>
Sat, 18 Dec 2010 16:09:25 +0000 (08:09 -0800)
committerKhem Raj <raj.khem@gmail.com>
Sat, 18 Dec 2010 16:09:25 +0000 (08:09 -0800)
commit9e5335ed874515b33aa296c1cd8e7a8b640472c9
tree4808a5b0d0ee98d7ca6d631628dcde0b23a83a38
parentf3a594f390abe7d4a3f1b544424b31613d559c88
sem_open.c/sem_unlink.c: Use INTUSE macro to get proper function call to __pthread_once

We need to use __pthread_once_internal if available this macro is
therefore used to notify that.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
libpthread/nptl/sem_open.c
libpthread/nptl/sem_unlink.c