diff options
Diffstat (limited to 'src/threads/mtx_trylock.c')
| -rw-r--r-- | src/threads/mtx_trylock.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/threads/mtx_trylock.c b/src/threads/mtx_trylock.c index cf2b6005..bef2a274 100644 --- a/src/threads/mtx_trylock.c +++ b/src/threads/mtx_trylock.c @@ -17,3 +17,7 @@ int mtx_trylock(mtx_t *mtx) return thrd_error; } + +/* +STDC(201112) +*/ |
