From 972dcfcdbfe75dcfeb777150c136576cf1a71e99 Mon Sep 17 00:00:00 2001 From: Tudor Florea Date: Fri, 9 Oct 2015 22:59:03 +0200 Subject: initial commit for Enea Linux 5.0 arm Signed-off-by: Tudor Florea --- meta/recipes-core/glibc/glibc/IO-acquire-lock-fix.patch | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 meta/recipes-core/glibc/glibc/IO-acquire-lock-fix.patch (limited to 'meta/recipes-core/glibc/glibc/IO-acquire-lock-fix.patch') diff --git a/meta/recipes-core/glibc/glibc/IO-acquire-lock-fix.patch b/meta/recipes-core/glibc/glibc/IO-acquire-lock-fix.patch new file mode 100644 index 0000000000..ffbaba14a2 --- /dev/null +++ b/meta/recipes-core/glibc/glibc/IO-acquire-lock-fix.patch @@ -0,0 +1,17 @@ +import http://sourceware.org/ml/libc-ports/2007-12/msg00000.html + +Upstream-Status: Pending + +Index: git/bits/stdio-lock.h +=================================================================== +--- git.orig/bits/stdio-lock.h 2014-08-29 10:33:57.960070587 -0700 ++++ git/bits/stdio-lock.h 2014-08-29 10:33:57.952070587 -0700 +@@ -49,6 +49,8 @@ + _IO_cleanup_region_start ((void (*) (void *)) _IO_funlockfile, (_fp)); \ + _IO_flockfile (_fp) + ++# define _IO_acquire_lock_clear_flags2(_fp) _IO_acquire_lock (_fp) ++ + # define _IO_release_lock(_fp) \ + _IO_funlockfile (_fp); \ + _IO_cleanup_region_end (0) -- cgit v1.2.3-54-g00ecf