diff options
Diffstat (limited to 'src/threads/once_flag.c')
| -rw-r--r-- | src/threads/once_flag.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/threads/once_flag.c b/src/threads/once_flag.c new file mode 100644 index 00000000..989bb1a7 --- /dev/null +++ b/src/threads/once_flag.c @@ -0,0 +1 @@ +typedef /* same as pthread_once_t */ once_flag; |
