diff options
Diffstat (limited to 'src/threads/thrd_equal.c')
| -rw-r--r-- | src/threads/thrd_equal.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/threads/thrd_equal.c b/src/threads/thrd_equal.c index 7e582310..19f8e621 100644 --- a/src/threads/thrd_equal.c +++ b/src/threads/thrd_equal.c @@ -5,3 +5,7 @@ int thrd_equal(thrd_t thr0, thrd_t thr1) { return pthread_equal(thr0, thr1); } + +/* +STDC(201112) +*/ |
