RTEMS patch sweep 3
Jeff Johnston
jjohnstn@redhat.com
Wed Dec 16 19:41:00 GMT 2009
On 16/12/09 12:53 PM, Ralf Corsepius wrote:
> On 12/16/2009 06:50 PM, Ralf Corsepius wrote:
>> Hi,
>>
>> ... and another one.
>>
>> This patch aims at making some parts of newlib more posix compliant.
>>
>> One part is #ifdef'ed __rtems__, because it relies on (POSIX) types
>> which (AFAICT) newlib currently are only supplies for RTEMS (blksize_t,
>> blkcnt_t) and because we haven't tested it in other configurations but
>> in RTEMS configurations.
>>
>> Ralf
>
> Oops, fingers faster than brains - The attachment containing the patch
> was missing ;)
>
> Ralf
Shouldn't the added #endif be after the long st_spare4[]? Otherwise,
you are changing the struct for the #if before it which normally
wouldn't have included this field.
-- Jeff J.
More information about the Newlib
mailing list