File:  [DVB] / dietlibc / libpthread / pthread_self.c
Revision 1.4: 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 <unistd.h>
#include <pthread.h>

int pthread_self() {
  return getpid();
}


LinuxTV legacy CVS <linuxtv.org/cvs>