[BACK]Return to thread-stub.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib / libc / thread-stub

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

Diff for /src/lib/libc/thread-stub/thread-stub.c between version 1.27 and 1.28

version 1.27, 2013/05/28 17:29:41 version 1.28, 2016/10/31 18:10:11
Line 146  __libc_mutexattr_settype_stub(mutexattr_
Line 146  __libc_mutexattr_settype_stub(mutexattr_
         /* LINTED deliberate lack of effect */          /* LINTED deliberate lack of effect */
         (void)type;          (void)type;
   
           CHECK_NOT_THREADED();
   
         return (0);          return (0);
 }  }
   

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28

CVSweb <webmaster@jp.NetBSD.org>