From: Mike Frysinger Date: Tue, 24 Feb 2015 05:10:42 +0000 (-0500) Subject: hppa: fix build failure with RTLD_PRIVATE_ERRNO X-Git-Tag: glibc-2.22~562 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cda700b4c8a8a60362f14b79243eaaadbebd09ef;p=thirdparty%2Fglibc.git hppa: fix build failure with RTLD_PRIVATE_ERRNO Pull in dl-sysdep.h like every other linux sysdep.h header does when it wants to use RTLD_PRIVATE_ERRNO. --- diff --git a/sysdeps/unix/sysv/linux/hppa/sysdep.h b/sysdeps/unix/sysv/linux/hppa/sysdep.h index eab1a229deb..ac4781434b8 100644 --- a/sysdeps/unix/sysv/linux/hppa/sysdep.h +++ b/sysdeps/unix/sysv/linux/hppa/sysdep.h @@ -21,6 +21,9 @@ #include #include +/* Defines RTLD_PRIVATE_ERRNO. */ +#include + /* In order to get __set_errno() definition in INLINE_SYSCALL. */ #ifndef __ASSEMBLER__ #include