[patch] Avoid bogus pointer->int cast

Ralf Corsepius ralf.corsepius@rtems.org
Wed Jul 18 19:54:00 GMT 2012


Hi,

The patch below addresses a (minor) bug in readdir.c. It replaces a 
(bogus) pointer->int cast with a pointer->intptr_t cast.

[pointer->int casts are invalid on many architectures.]

OK to commit? If nobody objects, I am going to commit this patch later 
this week.

Ralf



More information about the Newlib mailing list