This is the mail archive of the libc-hacker@sourceware.cygnus.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: ext2fs headers problem


Cristian Gafton <gafton@redhat.com> writes:

|> b. Lots of headers still need __u32 types. those can be obtained only by
|> including <linux/types.h>, which no wonder, conflicts a lot with
|> <sys/types.h> that is included by most of the other header files.

You should use <asm/types.h>.  The use of __u32 is ok in general, it's u32
(without __) that must be avoided.

Andreas.

-- 
Andreas Schwab                                      "And now for something
schwab@issan.informatik.uni-dortmund.de              completely different"
schwab@gnu.org


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]