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/20043] unistd.h missing cuserid for UNIX98 and before


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

--- Comment #1 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  b9eca49e378d183ddf418f5deae1f389cd31dc28 (commit)
      from  4efdc6d956f4ba40f27356e6fc54e40527de63fe (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=b9eca49e378d183ddf418f5deae1f389cd31dc28

commit b9eca49e378d183ddf418f5deae1f389cd31dc28
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Tue May 10 14:56:49 2016 +0000

    Declare cuserid in unistd.h for UNIX98 and before (bug 20043).

    For UNIX98 and older X/Open standards, unistd.h should have a
    declaration of the legacy cuserid function, but such a declaration is
    missing.  This patch adds that missing declaration.

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

        [BZ #20043]
        * posix/unistd.h [__USE_XOPEN && !__USE_XOPEN2K] (cuserid): New
        prototype.

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

Summary of changes:
 ChangeLog      |    6 ++++++
 posix/unistd.h |    8 ++++++--
 2 files changed, 12 insertions(+), 2 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]