~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/drizzled.cc

  • Committer: Brian Aker
  • Date: 2008-12-05 19:54:37 UTC
  • Revision ID: brian@tangent.org-20081205195437-owwyn37ip8ba1qbd
More my_pthread cleanup

Show diffs side-by-side

added added

removed removed

Lines of Context:
1567
1567
      error=0;
1568
1568
    }
1569
1569
    else
1570
 
      while ((error=my_sigwait(&set,&sig)) == EINTR) ;
 
1570
      while ((error= sigwait(&set,&sig)) == EINTR) ;
1571
1571
    if (cleanup_done)
1572
1572
    {
1573
1573
      my_thread_end();