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

version 1.1, 2000/03/06 18:32:31 version 1.2, 2000/03/07 20:02:00
Line 49  __RCSID("$NetBSD$");
Line 49  __RCSID("$NetBSD$");
 __weak_alias(llabs, _llabs)  __weak_alias(llabs, _llabs)
 #endif  #endif
   
   /* LONGLONG */
 long long int  long long int
 llabs(j)  llabs(j)
         long long int j;          long long int j;

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

CVSweb <webmaster@jp.NetBSD.org>