1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-10-27 12:15:39 +03:00
Files
glibc/sysdeps/htl/include/semaphore.h
2025-08-18 00:55:33 +02:00

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