Fix pthreadP.h include failure in the right way
All other uses include nptl/pthreadP.h, so go that way instead of the extra -I flag.
This commit is contained in:
parent
621363ca12
commit
92e8c5c418
@ -544,7 +544,7 @@ diff -pruN glibc-2.17-931-g30bbc0c/rtkaio/Makefile glibc-2.17-931-g30bbc0c.new/r
|
|||||||
+
|
+
|
||||||
+LDFLAGS-rtkaio.so = -Wl,-soname=lib$(libprefix)rt.so$(librt.so-version) \
|
+LDFLAGS-rtkaio.so = -Wl,-soname=lib$(libprefix)rt.so$(librt.so-version) \
|
||||||
+ -Wl,--enable-new-dtags,-z,nodelete
|
+ -Wl,--enable-new-dtags,-z,nodelete
|
||||||
+CPPFLAGS-librtkaio += -DIS_IN_librt=1 -I$(..)rt -I$(..)nptl
|
+CPPFLAGS-librtkaio += -DIS_IN_librt=1 -I$(..)rt
|
||||||
+
|
+
|
||||||
+rpath-dirs := $(patsubst rt,rtkaio,$(rpath-dirs))
|
+rpath-dirs := $(patsubst rt,rtkaio,$(rpath-dirs))
|
||||||
+
|
+
|
||||||
@ -2261,7 +2261,7 @@ diff -pruN glibc-2.17-931-g30bbc0c/rtkaio/sysdeps/unix/sysv/linux/kaio_misc.h gl
|
|||||||
+ correct aio_suspend and lio_listio implementations. */
|
+ correct aio_suspend and lio_listio implementations. */
|
||||||
+
|
+
|
||||||
+#include <assert.h>
|
+#include <assert.h>
|
||||||
+#include <pthreadP.h>
|
+#include <nptl/pthreadP.h>
|
||||||
+#include <lowlevellock.h>
|
+#include <lowlevellock.h>
|
||||||
+
|
+
|
||||||
+# define DONT_NEED_AIO_MISC_COND 1
|
+# define DONT_NEED_AIO_MISC_COND 1
|
||||||
|
Loading…
Reference in New Issue
Block a user