~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/thr_mutex.c

  • Committer: Brian Aker
  • Date: 2008-10-06 06:47:29 UTC
  • Revision ID: brian@tangent.org-20081006064729-2i9mhjkzyvow9xsm
RemoveĀ uint.

Show diffs side-by-side

added added

removed removed

Lines of Context:
354
354
   This is ok, as this thread may not yet have been exited.
355
355
*/
356
356
 
357
 
void safe_mutex_end(int *file __attribute__((unused)))
 
357
void safe_mutex_end(FILE *file __attribute__((unused)))
358
358
{
359
359
  if (!safe_mutex_count)                        /* safetly */
360
360
    pthread_mutex_destroy(&THR_LOCK_mutex);