diff options
Diffstat (limited to 'meta/packages/eglibc/eglibc-2.12/IO-acquire-lock-fix.patch')
-rw-r--r-- | meta/packages/eglibc/eglibc-2.12/IO-acquire-lock-fix.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta/packages/eglibc/eglibc-2.12/IO-acquire-lock-fix.patch b/meta/packages/eglibc/eglibc-2.12/IO-acquire-lock-fix.patch new file mode 100644 index 0000000000..4d3e0613b1 --- /dev/null +++ b/meta/packages/eglibc/eglibc-2.12/IO-acquire-lock-fix.patch | |||
@@ -0,0 +1,15 @@ | |||
1 | import http://sourceware.org/ml/libc-ports/2007-12/msg00000.html | ||
2 | |||
3 | Index: libc/bits/stdio-lock.h | ||
4 | =================================================================== | ||
5 | --- libc.orig/bits/stdio-lock.h 2009-10-28 14:34:19.000000000 -0700 | ||
6 | +++ libc/bits/stdio-lock.h 2009-10-28 14:34:54.000000000 -0700 | ||
7 | @@ -50,6 +50,8 @@ __libc_lock_define_recursive (typedef, _ | ||
8 | _IO_cleanup_region_start ((void (*) (void *)) _IO_funlockfile, (_fp)); \ | ||
9 | _IO_flockfile (_fp) | ||
10 | |||
11 | +# define _IO_acquire_lock_clear_flags2(_fp) _IO_acquire_lock (_fp) | ||
12 | + | ||
13 | # define _IO_release_lock(_fp) \ | ||
14 | _IO_funlockfile (_fp); \ | ||
15 | _IO_cleanup_region_end (0) | ||