This is the mail archive of the libc-alpha@sourceware.org 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]
Other format: [Raw text]

GIT doesn't build, LIBC_ABI_MAX undefined...


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>


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