diff options
Diffstat (limited to 'src/threads/thrd_current.c')
| -rw-r--r-- | src/threads/thrd_current.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/threads/thrd_current.c b/src/threads/thrd_current.c index 34333fdd..2f2ef860 100644 --- a/src/threads/thrd_current.c +++ b/src/threads/thrd_current.c @@ -5,3 +5,7 @@ thrd_t thrd_current(void) { return pthread_self(); } + +/* +STDC(201112) +*/ |
