diff options
Diffstat (limited to 'src/thread/pthread_getconcurrency.c')
-rw-r--r-- | src/thread/pthread_getconcurrency.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/thread/pthread_getconcurrency.c b/src/thread/pthread_getconcurrency.c index 269429a8..ed2ddc11 100644 --- a/src/thread/pthread_getconcurrency.c +++ b/src/thread/pthread_getconcurrency.c @@ -4,3 +4,11 @@ int pthread_getconcurrency() { return 0; } + + +#ifdef TEST +int +main(void) { + return 0; +} +#endif |