mirror of git://sourceware.org/git/glibc.git
__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. |
||
|---|---|---|
| .. | ||
| bits | ||
| sys | ||
| Implies | ||
| Makefile | ||
| Versions | ||
| ____longjmp_chk.c | ||
| arch-fork.h | ||
| brk.c | ||
| c++-types.data | ||
| clone.S | ||
| fcntl.c | ||
| fxstat.c | ||
| fxstatat.c | ||
| getcontext.S | ||
| getdents64.c | ||
| getrlimit64.c | ||
| internaltypes.h | ||
| kernel-features.h | ||
| kernel_sigaction.h | ||
| kernel_stat.h | ||
| ld.abilist | ||
| libBrokenLocale.abilist | ||
| libanl.abilist | ||
| libc.abilist | ||
| libcrypt.abilist | ||
| libdl.abilist | ||
| libm.abilist | ||
| libnsl.abilist | ||
| libpthread.abilist | ||
| libresolv.abilist | ||
| librt.abilist | ||
| libthread_db.abilist | ||
| libutil.abilist | ||
| lowlevellock.h | ||
| lxstat.c | ||
| makecontext.c | ||
| mmap.c | ||
| profil-counter.h | ||
| pt-vfork.S | ||
| pthread.h | ||
| pthreadP.h | ||
| pthread_cond_broadcast.c | ||
| pthread_cond_destroy.c | ||
| pthread_cond_init.c | ||
| pthread_cond_signal.c | ||
| pthread_cond_timedwait.c | ||
| pthread_cond_wait.c | ||
| setcontext.S | ||
| shlib-versions | ||
| socket.S | ||
| swapcontext.c | ||
| syscall.c | ||
| syscalls.list | ||
| sysdep-cancel.h | ||
| sysdep.c | ||
| sysdep.h | ||
| ucontext_i.sym | ||
| umount.c | ||
| utimes.c | ||
| xstat.c | ||