Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Ignatios Souvatzis <is@netbsd.org>
List: source-changes
Date: 05/02/2000 05:39:08
Module Name: basesrc
Committed By: is
Date: Tue May 2 12:39:04 UTC 2000
Modified Files:
basesrc/lib/libc/stdlib: strtoull.c strtouq.c
Log Message:
Add the (void)&acc; hack from strtouq.c to strtoull.c. This works around
an arm32 compiler bug. Change the comment in strtouq.c to reflect the current
usage of the hack.
To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 basesrc/lib/libc/stdlib/strtoull.c
cvs rdiff -r1.14 -r1.15 basesrc/lib/libc/stdlib/strtouq.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.