File:  [DVB] / dietlibc / libpthread / pthread_funlockfile.c
Revision 1.3: download - view: text, annotated - select for diffs
Thu Jul 26 16:08:10 2001 UTC (22 years, 10 months ago) by olaf
Branches: MAIN
CVS tags: finnland_test_200301, branch_rc14_fieldtest_finnland, branch_rc13_fieldtest_finnland, branch_rc12_fieldtest_finnland, branch_rc10_fieldtest_finnland, RELEASE_finnland_200301_1, RC12_FIELDTEST_FINNLAND, RC10_FIELDTEST_FINNLAND, HEAD
so a LITTLE change of stdio.... (urg...)
added some weak aliases to assembler returns :) that are always present.

#include "dietstdio.h"

void funlockfile(FILE* f) {
  pthread_mutex_unlock(&f->m);
}

LinuxTV legacy CVS <linuxtv.org/cvs>