mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-04 02:40:06 +00:00
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
|