mirror of
https://sourceware.org/git/glibc.git
synced 2025-10-27 12:15:39 +03:00
10 lines
151 B
C
10 lines
151 B
C
#ifndef _SEMAPHORE_H
|
|
#include_next <semaphore.h>
|
|
|
|
#ifndef _ISOMAC
|
|
extern __typeof (sem_post) __sem_post;
|
|
libc_hidden_proto (__sem_post)
|
|
#endif
|
|
|
|
#endif
|