summaryrefslogtreecommitdiff
path: root/src/threads/once_flag.h
blob: 7fee57a44a8ecba66a5220c646f4cbd010bda607 (plain)
1
2
3
4
5
6
7
8
9
10
#if 0

typedef /* same as pthread_once_t */ once_flag;

/*
STDC(201112)
*/


#endif