summaryrefslogtreecommitdiff
path: root/src/threads/once_flag.c
blob: 16b6450905af4b797926ae5d9ddc8523b44e88e4 (plain)
1
2
3
4
5
typedef /* same as pthread_once_t */ once_flag;

/*
STDC(201112)
*/