[XTENSA] Clean up stat structs.
authorBob Wilson <bwilson@heron.(none)>
Tue, 16 Oct 2007 23:43:00 +0000 (16:43 -0700)
committerChris Zankel <chris@zankel.net>
Thu, 14 Feb 2008 01:27:03 +0000 (17:27 -0800)
Avoid using typedefs for stat fields.
Make stat64.st_blocks an unsigned long long to avoid endian-specific
padding with 32-bit values.
Clean up signed vs. unsigned and int vs. long types to be consistent
with other uses of these values.

Signed-off-by: Bob Wilson <bob.wilson@acm.org>
Signed-off-by: Chris Zankel <chris@zankel.net>

No differences found