bug in sys/reent.h

Serge Nikulin nikulin@actsw.amat.com
Tue Jun 20 10:20:00 GMT 2000


This file contains:
unsigned long long _rand_next;

"long long" is not an ASNI standard feature and compiler with strict
warnings fails.

Suggested solution:
__extension__ unsigned long long _rand_next;

Serge





More information about the Newlib mailing list