about summary refs log tree commit diff
path: root/sysdeps/htl/include/semaphore.h
blob: 58fa2bf34134fd8d2f0fcb418588e0cef243e87d (plain) (blame)
1
2
3
4
5
6
7
8
9
#ifndef	_SEMAPHORE_H
#include_next <semaphore.h>

#ifndef _ISOMAC
extern __typeof (sem_post) __sem_post;
libpthread_hidden_proto (__sem_post)
#endif

#endif