Hi! > +#if defined(__i386__) && defined(__USE_GNU) Hmm, shouldn't this rather be defined(__GLIBC__) ? As far as I can tell __USE_GNU is enabled if _GNU_SOURCE is defined while __GLIBC__ is defined in glibc unconditionally. -- Cyril Hrubis chrubis@suse.cz