This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/14912] Rename non-installed bits/*.h headers


https://sourceware.org/bugzilla/show_bug.cgi?id=14912

--- Comment #3 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  02d55fe04e380c1856993f3d8036b9e23736722d (commit)
      from  625cd00f22f9c4b32b266af809c78bca0ec264fb (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=02d55fe04e380c1856993f3d8036b9e23736722d

commit 02d55fe04e380c1856993f3d8036b9e23736722d
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Thu Sep 3 20:33:46 2015 +0000

    Rename bits/libc-tsd.h to libc-tsd.h (bug 14912).

    It was noted in
    <https://sourceware.org/ml/libc-alpha/2012-09/msg00305.html> that the
    bits/*.h naming scheme should only be used for installed headers.
    This patch renames bits/libc-tsd.h to plain libc-tsd.h to follow that
    convention.

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

        [BZ #14912]
        * bits/libc-tsd.h: Move to ...
        * sysdeps/generic/libc-tsd.h: ...here.
        (_GENERIC_BITS_LIBC_TSD_H): Rename macro to _GENERIC_LIBC_TSD_H.
        * sysdeps/mach/hurd/bits/libc-tsd.h: Move to ...
        * sysdeps/mach/hurd/libc-tsd.h: ...here.
        (_BITS_LIBC_TSD_H): Rename macro to _LIBC_TSD_H.
        * include/ctype.h: Include <libc-tsd.h> instead of
        <bits/libc-tsd.h>.
        * include/rpc/rpc.h: Likewise.
        * locale/localeinfo.h: Likewise.
        * sunrpc/rpc_thread.c: Likewise.
        * sysdeps/mach/hurd/malloc-machine.h: Likewise.
        * sysdeps/nptl/malloc-machine.h: Likewise.

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                               |   15 +++++++++++++++
 include/ctype.h                         |    2 +-
 include/rpc/rpc.h                       |    2 +-
 locale/localeinfo.h                     |    2 +-
 sunrpc/rpc_thread.c                     |    2 +-
 {bits => sysdeps/generic}/libc-tsd.h    |    6 +++---
 sysdeps/mach/hurd/{bits => }/libc-tsd.h |    6 +++---
 sysdeps/mach/hurd/malloc-machine.h      |    2 +-
 sysdeps/nptl/malloc-machine.h           |    2 +-
 9 files changed, 27 insertions(+), 12 deletions(-)
 rename {bits => sysdeps/generic}/libc-tsd.h (96%)
 rename sysdeps/mach/hurd/{bits => }/libc-tsd.h (93%)

-- 
You are receiving this mail because:
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]