[uClibc]long long functions in stdlib

Beaulieu, James A. beaulieu at ti.com
Tue Jul 9 15:10:55 UTC 2002


Greetings.

When you build without long long support, the two stdlib functions:
__drand48_iterate()
srand48_r()

fail with they operate on the drand48_data structure. This structure 
properly has the long long __a variable removed, but the above functions 
try to operate on __a anyways. There has to be a rework of the functions 
to support the lack of a long long construct.

Jim

-- 
James A. Beaulieu




More information about the uClibc mailing list