- Fix build

svn path=/trunk/; revision=50287
This commit is contained in:
Johannes Anderwald 2011-01-04 17:52:34 +00:00
parent 2a21adaff0
commit 00b94dd55a

View file

@ -54,7 +54,9 @@ strtoull(const char *nptr, char **endptr, int base)
if (any < 0)
{
acc = ULLONG_MAX;
#ifndef _LIBCNT_
__set_errno(ERANGE);
#endif
}
else if (neg)
acc = -acc;