This is the mail archive of the glibc-cvs@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]

Community source repository for glibc add-on ports branch, master, updated. glibc-2.12-23-g54c0ba2


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 "Community source repository for glibc add-on ports".

The branch, master has been updated
       via  54c0ba292c2400e2a122d8770cd3f60311b8caac (commit)
      from  5ccc178fd7df5cc1e1ed368c093cf207b6135879 (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 -----------------------------------------------------------------
http://sources.redhat.com/git/gitweb.cgi?p=glibc-ports.git;a=commitdiff;h=54c0ba292c2400e2a122d8770cd3f60311b8caac

commit 54c0ba292c2400e2a122d8770cd3f60311b8caac
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Fri Aug 13 23:43:22 2010 +0000

    Correct #undef location in previous commit.

diff --git a/sysdeps/unix/sysv/linux/mips/kernel-features.h b/sysdeps/unix/sysv/linux/mips/kernel-features.h
index e9cf191..092c35d 100644
--- a/sysdeps/unix/sysv/linux/mips/kernel-features.h
+++ b/sysdeps/unix/sysv/linux/mips/kernel-features.h
@@ -37,10 +37,10 @@
 # define __ASSUME_SIGNALFD4	1
 #endif
 
+#include_next <kernel-features.h>
+
 /* The n32 syscall ABI did not have a getdents64 syscall until
    2.6.35.  */
 #if _MIPS_SIM == _ABIN32 && __LINUX_KERNEL_VERSION < 0x020623
 # undef __ASSUME_GETDENTS64_SYSCALL
 #endif
-
-#include_next <kernel-features.h>

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

Summary of changes:
 sysdeps/unix/sysv/linux/mips/kernel-features.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Community source repository for glibc add-on ports


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]