[Armadeus-commitlog] armadeus branch, master, updated. armadeus-4.1-195-g99b1da5
Brought to you by:
sszy
|
From: jscheer <js...@us...> - 2012-03-26 15:09:35
|
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 "armadeus".
The branch, master has been updated
via 99b1da5d037a7834128262d864cc20a647ff230f (commit)
from 48c2ba872e10aa1a1f2e5e2f207092672338a357 (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 -----------------------------------------------------------------
commit 99b1da5d037a7834128262d864cc20a647ff230f
Author: Jeremie Scheer <jer...@ar...>
Date: Mon Mar 26 17:08:27 2012 +0200
[BUILDROOT][UCLIBC] Add accept4 define flag in uClibc for Kernel >= 2.6.36 in patch 182.
-----------------------------------------------------------------------
Summary of changes:
.../182-uclibc-add_accept4_declaration_fix.patch | 35 +++++++++++++++++++-
1 files changed, 34 insertions(+), 1 deletions(-)
diff --git a/patches/buildroot/2012.02/182-uclibc-add_accept4_declaration_fix.patch b/patches/buildroot/2012.02/182-uclibc-add_accept4_declaration_fix.patch
index 1f97a32..e5bcac0 100644
--- a/patches/buildroot/2012.02/182-uclibc-add_accept4_declaration_fix.patch
+++ b/patches/buildroot/2012.02/182-uclibc-add_accept4_declaration_fix.patch
@@ -5,7 +5,7 @@ Signed-off-by: Jérémie Scheer <jer...@ar...>
Index: buildroot/toolchain/uClibc/uClibc-0.9.33-accept4-declaration-fix.patch
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ buildroot/toolchain/uClibc/uClibc-0.9.33-accept4-declaration-fix.patch 2012-03-23 16:45:27.000000000 +0100
++++ buildroot/toolchain/uClibc/uClibc-0.9.33-accept4-declaration-fix.patch 2012-03-26 16:34:32.000000000 +0200
@@ -0,0 +1,33 @@
+From db6b038ff049a5b6e11b03d2cdb66248002eafff Mon Sep 17 00:00:00 2001
+From: Guillaume Emont <gui...@ig...>
@@ -40,3 +40,36 @@ Index: buildroot/toolchain/uClibc/uClibc-0.9.33-accept4-declaration-fix.patch
+--
+1.7.4.1
+
+Index: buildroot/toolchain/uClibc/uClibc-0.9.33-assume-accept4-in-recent-arm-kernels.patch
+===================================================================
+--- /dev/null 1970-01-01 00:00:00.000000000 +0000
++++ buildroot/toolchain/uClibc/uClibc-0.9.33-assume-accept4-in-recent-arm-kernels.patch 2012-03-26 17:04:36.000000000 +0200
+@@ -0,0 +1,28 @@
++From c526492ee2284b6ae61040b2eac5b03120fb3185 Mon Sep 17 00:00:00 2001
++From: Guillaume Emont <gui...@ig...>
++Date: Thu, 15 Sep 2011 20:19:57 +0200
++Subject: [PATCH 2/2] define __ASSUME_ACCEPT4 for arm for kernels >= 2.6.36
++
++---
++ libc/sysdeps/linux/common/bits/kernel-features.h | 5 +++++
++ 1 files changed, 5 insertions(+), 0 deletions(-)
++
++diff --git a/libc/sysdeps/linux/common/bits/kernel-features.h b/libc/sysdeps/linux/common/bits/kernel-features.h
++index 6bf5544..be92f90 100644
++--- a/libc/sysdeps/linux/common/bits/kernel-features.h
+++++ b/libc/sysdeps/linux/common/bits/kernel-features.h
++@@ -479,6 +479,11 @@
++ # define __ASSUME_ACCEPT4 1
++ #endif
++
+++/* Correct support for the accept4 syscall for arm was added in 2.6.36. */
+++#if __LINUX_KERNEL_VERSION >= 0x020624 && defined __arm__
+++# define __ASSUME_ACCEPT4 1
+++#endif
+++
++ /* Support for the FUTEX_CLOCK_REALTIME flag was added in 2.6.29. */
++ #if __LINUX_KERNEL_VERSION >= 0x02061d
++ # define __ASSUME_FUTEX_CLOCK_REALTIME 1
++--
++1.7.4.1
++
hooks/post-receive
--
armadeus
|