On Saturday 25 May 2013, Mark Salter wrote: > > While building some stuff for aarch64, I ran into a conflict between > the kernel's definition of __s64 and glibc's definition of int64_t. > The package I was building (fuse) does this: > > #include <stdint.h> > #define __s64 int64_t It's an old bug in fuse. The header that ships with the kernel should work fine, just update your user space package. Arnd -- To unsubscribe from this list: send the line "unsubscribe linux-arch" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html