]> git.ipfire.org Git - thirdparty/glibc.git/commit
Don't install bits/libc-lock.h or bits/stdio-lock.h.
authorJoseph Myers <joseph@codesourcery.com>
Thu, 3 Sep 2015 20:25:55 +0000 (20:25 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Thu, 3 Sep 2015 20:25:55 +0000 (20:25 +0000)
commit625cd00f22f9c4b32b266af809c78bca0ec264fb
tree19deab5be9aa75504583d7729942def71001bc9c
parentacf0cb6f249a051cf342784d4bca9558b3d1b651
Don't install bits/libc-lock.h or bits/stdio-lock.h.

The bits/libc-lock.h and bits/stdio-lock.h headers are installed, but
not used by any other installed header.

Accordingly, this patch stops these headers from being installed.  A
followup is intended to move these headers out of the bits/ namespace.

Tested for x86_64 (testsuite, and that installed stripped shared
libraries are unchanged by the patch).

* Makefile (headers): Remove bits/libc-lock.h.
* libio/Makefile (headers): Remove bits/stdio-lock.h.
ChangeLog
Makefile
libio/Makefile