index
:
c
master
non-posix
implementation of system interfaces from POSIX.1
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
semaphore
/
sem_t.h
blob: e0fcb4ccb5b2ac28683d280426f723c2fed5755b (
plain
)
1
2
3
4
5
#include <semaphore.h> typedef struct __sem_t sem_t; /* POSIX(199309) */