]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
hppa: fix build failure with RTLD_PRIVATE_ERRNO
authorMike Frysinger <vapier@gentoo.org>
Tue, 24 Feb 2015 05:10:42 +0000 (00:10 -0500)
committerMike Frysinger <vapier@gentoo.org>
Tue, 24 Feb 2015 05:10:42 +0000 (00:10 -0500)
Pull in dl-sysdep.h like every other linux sysdep.h header does when it
wants to use RTLD_PRIVATE_ERRNO.

sysdeps/unix/sysv/linux/hppa/sysdep.h

index eab1a229debebc288dca9d6b2364ee53e8303ed0..ac4781434b85054a46138db6ecc3a06447818918 100644 (file)
@@ -21,6 +21,9 @@
 #include <asm/unistd.h>
 #include <sysdeps/generic/sysdep.h>
 
+/* Defines RTLD_PRIVATE_ERRNO.  */
+#include <dl-sysdep.h>
+
 /* In order to get __set_errno() definition in INLINE_SYSCALL.  */
 #ifndef __ASSEMBLER__
 #include <errno.h>