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/17779] [hppa/microblaze/sh] __ASSUME_PRLIMIT64 incorrect


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

--- 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  6d08b0223aa3b3152ea7e9beb2b8f2a151b43109 (commit)
      from  c2c6d39fab901c97c18fa3a3a3658d9dc3f7df61 (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=6d08b0223aa3b3152ea7e9beb2b8f2a151b43109

commit 6d08b0223aa3b3152ea7e9beb2b8f2a151b43109
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Mon Mar 2 23:05:55 2015 +0000

    Correct __ASSUME_PRLIMIT64 for hppa/microblaze/sh (bug 17779).

    __ASSUME_PRLIMIT64 is defined in kernel-features.h for kernels 2.6.36
    and later, but hppa, microblaze and sh did not add the prlimit64
    syscall until 2.6.37.  This patch adds corresponding undefines of
    __ASSUME_PRLIMIT64 to those architectures' kernel-features.h files.

    (This concludes the kernel-features.h fixes arising out of the review
    - limited to macros defined in the architecture-independent
    kernel-features.h file - I did in connection with the move to 2.6.32
    minimum kernel version.  For that subset of macros - I didn't check
    any purely architecture-specific macros - I think they are now defined
    for the correct kernel versions on each architecture after this
    patch.)

        [BZ #17779]
        * sysdeps/unix/sysv/linux/hppa/kernel-features.h
        [__LINUX_KERNEL_VERSION < 0x020625] (__ASSUME_PRLIMIT64):
        Undefine.
        * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
        [__LINUX_KERNEL_VERSION < 0x020625] (__ASSUME_PRLIMIT64):
        Likewise.
        * sysdeps/unix/sysv/linux/sh/kernel-features.h
        [__LINUX_KERNEL_VERSION < 0x020625] (__ASSUME_PRLIMIT64):
        Likewise.

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

Summary of changes:
 ChangeLog                                          |   13 +++++++++++++
 NEWS                                               |    8 ++++----
 sysdeps/unix/sysv/linux/hppa/kernel-features.h     |    5 +++++
 .../unix/sysv/linux/microblaze/kernel-features.h   |    5 +++++
 sysdeps/unix/sysv/linux/sh/kernel-features.h       |    5 +++++
 5 files changed, 32 insertions(+), 4 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]