File:  [DVB] / dietlibc / lib / mtx_destroy.c
Revision 1.2: download - view: text, annotated - select for diffs
Mon Mar 24 08:22:54 2014 UTC (10 years, 2 months ago) by leitner
Branches: MAIN
CVS tags: HEAD
remove compiler warnings
adjust errno_location to new __thread errno

#include <threads.h>

void mtx_destroy(mtx_t* mutex) {
  // no need to do anything
  (void)mutex;
}

LinuxTV legacy CVS <linuxtv.org/cvs>