diff options
Diffstat (limited to 'src/threads/mtx_lock.c')
| -rw-r--r-- | src/threads/mtx_lock.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/threads/mtx_lock.c b/src/threads/mtx_lock.c index 3ab52bff..79ca4756 100644 --- a/src/threads/mtx_lock.c +++ b/src/threads/mtx_lock.c @@ -5,3 +5,7 @@ int mtx_lock(mtx_t *mtx) { return pthread_mutex_lock(mtx); } + +/* +STDC(201112) +*/ |
