File:  [DVB] / dietlibc / libpthread / pthread_equal.c
Revision 1.2: download - view: text, annotated - select for diffs
Mon Aug 18 17:32:53 2003 UTC (20 years, 9 months ago) by sanjiyan
Branches: MAIN
CVS tags: HEAD
- checkin of the new libpthread
- add confstr

#include <pthread.h>

int pthread_equal(pthread_t thread1, pthread_t thread2) {
  return (thread1==thread2);
}

LinuxTV legacy CVS <linuxtv.org/cvs>