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

#include <unistd.h>
#include <errno.h>

#include <pthread.h>
#include "thread_internal.h"

int pthread_attr_getstacksize(const pthread_attr_t*attr,size_t*stacksize) {
  *stacksize=attr->__stacksize;
  return 0;
}


LinuxTV legacy CVS <linuxtv.org/cvs>