summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/gnutls/gnutls/correct_rpl_gettimeofday_signature.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support/gnutls/gnutls/correct_rpl_gettimeofday_signature.patch')
-rw-r--r--meta/recipes-support/gnutls/gnutls/correct_rpl_gettimeofday_signature.patch11
1 files changed, 6 insertions, 5 deletions
diff --git a/meta/recipes-support/gnutls/gnutls/correct_rpl_gettimeofday_signature.patch b/meta/recipes-support/gnutls/gnutls/correct_rpl_gettimeofday_signature.patch
index 5e452c52e7..96b023a468 100644
--- a/meta/recipes-support/gnutls/gnutls/correct_rpl_gettimeofday_signature.patch
+++ b/meta/recipes-support/gnutls/gnutls/correct_rpl_gettimeofday_signature.patch
@@ -1,7 +1,7 @@
1From ae3370788ed3447bba16969d9eb1bf1b9631e1b7 Mon Sep 17 00:00:00 2001 1From 81b0f04c14f673b99778d2e7d8e85461e0bf2018 Mon Sep 17 00:00:00 2001
2From: Valentin Popa <valentin.popa@intel.com> 2From: Valentin Popa <valentin.popa@intel.com>
3Date: Fri, 25 Apr 2014 13:58:55 +0300 3Date: Fri, 25 Apr 2014 13:58:55 +0300
4Subject: [PATCH] Correct rpl_gettimeofday signature 4Subject: [PATCH 1/3] Correct rpl_gettimeofday signature
5 5
6Currently we fail on uclibc like below 6Currently we fail on uclibc like below
7 7
@@ -29,12 +29,13 @@ eglibc otherwise we will have same issue there too
29Signed-off-by: Khem Raj <raj.khem@gmail.com> 29Signed-off-by: Khem Raj <raj.khem@gmail.com>
30 30
31Upstream-Status: Pending 31Upstream-Status: Pending
32
32--- 33---
33 gl/sys_time.in.h | 8 ++++---- 34 gl/sys_time.in.h | 8 ++++----
34 1 file changed, 4 insertions(+), 4 deletions(-) 35 1 file changed, 4 insertions(+), 4 deletions(-)
35 36
36diff --git a/gl/sys_time.in.h b/gl/sys_time.in.h 37diff --git a/gl/sys_time.in.h b/gl/sys_time.in.h
37index 84a17c9..6ceadc3 100644 38index 5a8caf3..2dc5718 100644
38--- a/gl/sys_time.in.h 39--- a/gl/sys_time.in.h
39+++ b/gl/sys_time.in.h 40+++ b/gl/sys_time.in.h
40@@ -93,20 +93,20 @@ struct timeval 41@@ -93,20 +93,20 @@ struct timeval
@@ -61,7 +62,7 @@ index 84a17c9..6ceadc3 100644
61+ (struct timeval *__restrict, void *__restrict)); 62+ (struct timeval *__restrict, void *__restrict));
62 # endif 63 # endif
63 _GL_CXXALIASWARN (gettimeofday); 64 _GL_CXXALIASWARN (gettimeofday);
64 #elif defined GNULIB_POSIXCHECK 65 # if defined __cplusplus && defined GNULIB_NAMESPACE
65-- 66--
661.9.1 672.10.2
67 68