mirror of git://sourceware.org/git/glibc.git
10 lines
157 B
C
10 lines
157 B
C
|
|
#ifndef _SEMAPHORE_H
|
||
|
|
#include_next <semaphore.h>
|
||
|
|
|
||
|
|
#ifndef _ISOMAC
|
||
|
|
extern __typeof (sem_post) __sem_post;
|
||
|
|
libpthread_hidden_proto (__sem_post)
|
||
|
|
#endif
|
||
|
|
|
||
|
|
#endif
|