[BACK]Return to srand48.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib / libc / stdlib

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

Diff for /src/lib/libc/stdlib/srand48.c between version 1.5 and 1.6

version 1.5, 1998/11/15 17:13:52 version 1.6, 2000/01/22 22:19:20
Line 17 
Line 17 
 #include "rand48.h"  #include "rand48.h"
   
 #ifdef __weak_alias  #ifdef __weak_alias
 __weak_alias(srand48,_srand48);  __weak_alias(srand48,_srand48)
 #endif  #endif
   
 void  void

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

CVSweb <webmaster@jp.NetBSD.org>