[BACK]Return to thread-stub-init.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-init.c between version 1.1 and 1.2

version 1.1, 2013/04/05 20:15:42 version 1.2, 2013/08/19 22:14:37
Line 43  __RCSID("$NetBSD$");
Line 43  __RCSID("$NetBSD$");
   
 __weak_alias(__libc_thr_init,__libc_thr_init_stub)  __weak_alias(__libc_thr_init,__libc_thr_init_stub)
   
 void  void __section(".text.startup")
 __libc_thr_init_stub(void)  __libc_thr_init_stub(void)
 {  {
   

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

CVSweb <webmaster@jp.NetBSD.org>