Last change
on this file since d2b44d3 was efb33c9, checked in by Joe Ciccone <jciccone@…>, 16 years ago |
Add a patch to glibc on arm that fixes a compilation error.
|
-
Property mode
set to
100644
|
File size:
848 bytes
|
Rev | Line | |
---|
[efb33c9] | 1 | Submitted By: Joe Ciccone <jciccone@gmail.com>
|
---|
| 2 | Date: 2009-01-03
|
---|
| 3 | Initial Package Version: 2.8
|
---|
| 4 | Origin: http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/glibc/2.8/6240_all_glibc-2.8-nptl-lowlevellock.patch?rev=1.1&view=markup
|
---|
| 5 | Upstream Status: Unknown
|
---|
| 6 | Description: Adds a missing include to arm that fixes a compilation problem.
|
---|
| 7 |
|
---|
| 8 | diff -Naur glibc-2.8.orig/ports/sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h glibc-2.8/ports/sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h
|
---|
| 9 | --- glibc-2.8.orig/ports/sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h 2007-09-12 08:57:25.000000000 -0400
|
---|
| 10 | +++ glibc-2.8/ports/sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h 2009-01-03 18:12:10.042527536 -0500
|
---|
| 11 | @@ -25,6 +25,7 @@
|
---|
| 12 | #include <atomic.h>
|
---|
| 13 | #include <sysdep.h>
|
---|
| 14 | #include <kernel-features.h>
|
---|
| 15 | +#include <tls.h>
|
---|
| 16 |
|
---|
| 17 | #define FUTEX_WAIT 0
|
---|
| 18 | #define FUTEX_WAKE 1
|
---|
Note:
See
TracBrowser
for help on using the repository browser.