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/14132] Get rid of INTDEF/INTUSE and *_internal aliases


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

--- Comment #2 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  5deeb190146967ac05828b1fa6821182668356aa (commit)
      from  454ac701e3639bfcb8919706319a685341536eda (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=5deeb190146967ac05828b1fa6821182668356aa

commit 5deeb190146967ac05828b1fa6821182668356aa
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Thu Oct 9 01:11:14 2014 +0000

    Remove stray *_internal aliases (bug 14132).

    This patch removes some stray (unused) *_internal aliases, and
    function prototypes with no corresponding definitions at all, at least
    some of which were missed in previous INTDEF / INTUSE removal.

    Not removed in this patch: __canonicalize_directory_name_internal,
    noticed in the course of preparing this patch, isn't an alias, but an
    actual function in sysdeps/mach/hurd/getcwd.c - apparently unused,
    however.

    Tested for x86_64 that installed stripped shared libraries are
    unchanged by this patch.

        [BZ #14132]
        * include/wctype.h [!_ISOMAC] (__iswalpha_l_internal): Remove
        declaration.
        [!_ISOMAC] (__iswdigit_l_internal): Likewise.
        [!_ISOMAC] (__iswspace_l_internal): Likewise.
        [!_ISOMAC] (__iswxdigit_l_internal): Likewise.
        [!_ISOMAC] (__iswctype_internal): Likewise.
        * stdio-common/siglist.c (_sys_siglist_internal): Remove alias.
        * sysdeps/unix/syscalls.list (chown): Remove __chown_internal
        alias.
        (fcntl): Remove __fcntl_internal alias.
        * sysdeps/unix/sysv/linux/hppa/syscalls.list (connect): Remove
        __connect_internal alias.
        * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (connect):
        Likewise.

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

Summary of changes:
 ChangeLog                                          |   16 ++++++++++++++++
 include/wctype.h                                   |    9 ---------
 stdio-common/siglist.c                             |    1 -
 sysdeps/unix/syscalls.list                         |    4 ++--
 sysdeps/unix/sysv/linux/hppa/syscalls.list         |    2 +-
 .../unix/sysv/linux/sparc/sparc64/syscalls.list    |    2 +-
 6 files changed, 20 insertions(+), 14 deletions(-)

-- 
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]