GIT doesn't build, LIBC_ABI_MAX undefined...

David Miller davem@davemloft.net
Tue Mar 16 23:58:00 GMT 2010


Linux's ldsodefs.h has now a reference to LIBC_ABI_MAX but
doesn't include libc-abis.h so the build breaks.

Under what configuration was the build tested with this
change installed?  I can't come up with one that would
succeed.

2010-03-16  David S. Miller  <davem@davemloft.net>

	* sysdeps/unix/sysv/linux/ldsodefs.h: Include libc-abis.h

diff --git a/sysdeps/unix/sysv/linux/ldsodefs.h b/sysdeps/unix/sysv/linux/ldsodefs.h
index 438c9e0..05fb618 100644
--- a/sysdeps/unix/sysv/linux/ldsodefs.h
+++ b/sysdeps/unix/sysv/linux/ldsodefs.h
@@ -20,6 +20,7 @@
 #ifndef	_LDSODEFS_H
 
 #include <kernel-features.h>
+#include <libc-abis.h>
 
 /* Get the real definitions.  */
 #include_next <ldsodefs.h>



More information about the Libc-alpha mailing list