From: Stefan Liebler Date: Fri, 13 Jun 2014 23:39:23 +0000 (-0700) Subject: Fix pthread.h in installed-headers list. X-Git-Tag: glibc-2.20~327 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=38bbbb9f323d0e8a0f925402c67bdca40709e03d;p=thirdparty%2Fglibc.git Fix pthread.h in installed-headers list. --- diff --git a/ChangeLog b/ChangeLog index 9be82b4c305..eb668b28ae7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2014-06-13 Stefan Liebler + + * Makefile (installed-headers): Adjust path of pthread.h header. + 2014-06-13 Roland McGrath * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ... diff --git a/Makefile b/Makefile index ad180347e15..51ff5ca28e1 100644 --- a/Makefile +++ b/Makefile @@ -284,7 +284,7 @@ installed-headers = argp/argp.h assert/assert.h catgets/nl_types.h \ malloc/obstack.h malloc/mcheck.h math/math.h \ math/complex.h math/fenv.h math/tgmath.h misc/sys/uio.h \ $(wildcard nis/rpcsvc/*.h) nptl_db/thread_db.h \ - nptl/sysdeps/pthread/pthread.h nptl/semaphore.h \ + sysdeps/nptl/pthread.h nptl/semaphore.h \ nss/nss.h posix/sys/utsname.h posix/sys/times.h \ posix/sys/wait.h posix/sys/types.h posix/unistd.h \ posix/glob.h posix/regex.h posix/wordexp.h posix/fnmatch.h\