[BACK]Return to pthread_attr.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib / libpthread

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/lib/libpthread/pthread_attr.c between version 1.4 and 1.5

version 1.4, 2004/12/29 00:59:57 version 1.5, 2005/09/21 15:27:14
Line 286  pthread_attr_getschedpolicy(const pthrea
Line 286  pthread_attr_getschedpolicy(const pthrea
     int *policy)      int *policy)
 {  {
   
         policy = SCHED_OTHER;          *policy = SCHED_OTHER;
   
         return 0;          return 0;
 }  }

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

CVSweb <webmaster@jp.NetBSD.org>