diff options
author | Stefan Liebler <stli@linux.vnet.ibm.com> | 2014-06-13 16:39:23 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2014-06-13 16:39:23 -0700 |
commit | 38bbbb9f323d0e8a0f925402c67bdca40709e03d (patch) | |
tree | cdf3f591cb045d0c3a3b67f250ec5011ed8ca270 /Makefile | |
parent | 9a25fd1ed387137d8804034e95e9dee4cc1340a7 (diff) | |
download | glibc-38bbbb9f323d0e8a0f925402c67bdca40709e03d.tar.gz glibc-38bbbb9f323d0e8a0f925402c67bdca40709e03d.tar.xz glibc-38bbbb9f323d0e8a0f925402c67bdca40709e03d.zip |
Fix pthread.h in installed-headers list.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index ad180347e1..51ff5ca28e 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\ |