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/19239] Including stdlib.h ends up with macros major and minor being defined


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

--- Comment #13 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  e16deca62e16f645213dffd4ecd1153c37765f17 (commit)
      from  de800d83059dbedb7d151580f0a3bdc9eaf37340 (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=e16deca62e16f645213dffd4ecd1153c37765f17

commit e16deca62e16f645213dffd4ecd1153c37765f17
Author: Zack Weinberg <zackw@panix.com>
Date:   Wed Feb 7 15:45:58 2018 -0500

    [BZ #19239] Don't include sys/sysmacros.h from sys/types.h.

    This completes the deprecation and removal of this inclusion, which
    was begun in the 2.25 release.

        * posix/sys/types.h: Don't include sys/sysmacros.h.
        * misc/sys/sysmacros.h: Remove the conditional deprecation
        warnings for the macros defined by this header.

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

Summary of changes:
 ChangeLog            |    7 ++++++
 NEWS                 |   11 ++++++++++
 misc/sys/sysmacros.h |   52 ++-----------------------------------------------
 posix/sys/types.h    |    9 --------
 4 files changed, 21 insertions(+), 58 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]