diff options
Diffstat (limited to 'libstdc++-v3/testsuite/thread/pthread1.cc')
-rw-r--r-- | libstdc++-v3/testsuite/thread/pthread1.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/testsuite/thread/pthread1.cc b/libstdc++-v3/testsuite/thread/pthread1.cc index 1283a75119a..92a5f312842 100644 --- a/libstdc++-v3/testsuite/thread/pthread1.cc +++ b/libstdc++-v3/testsuite/thread/pthread1.cc @@ -100,7 +100,7 @@ consume (void* t) } int -main (int argc, char** argv) +main () { pthread_t prod[thread_pairs]; pthread_t cons[thread_pairs]; |