X-Git-Url: http://plrg.eecs.uci.edu/git/?p=c11tester.git;a=blobdiff_plain;f=futex.cc;h=677b4afd9fe29740aacd604566d8811da833d06f;hp=11685d3826e0c117d724cb60e877f1925402f530;hb=25d73096cfc14c655f94b01bb235cc5efd1d5696;hpb=db3061f5f48214c07781c4339d615f62b08ccf9e;ds=sidebyside diff --git a/futex.cc b/futex.cc index 11685d38..677b4afd 100644 --- a/futex.cc +++ b/futex.cc @@ -63,7 +63,7 @@ namespace std _GLIBCXX_VISIBILITY(default) cdsc::condition_variable *v = execution->getCondMap()->get( (pthread_cond_t *) __addr); if (v == NULL) - return; // do nothing + return;// do nothing v->notify_all(); }