This is the mail archive of the libc-ports@sources.redhat.com mailing list for the libc-ports project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] glibc-ports-2.7 ARM lowlevellock.h patch


Hi Everybody,
                     This is my patch for missing header file <tls.h>
which has the definitions of "THREAD_SELF" and "header".
added <tls.h> to

glibc-ports-2.7/sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h


Regards
Deepak

-- 
Hack Hack Hack
diff -urN ./glibc-ports-2.7/sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h ./glibc-ports-2.7/sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h
--- ./glibc-ports-2.7/sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h	2007-09-12 18:27:25.000000000 +0530
+++ ./glibc-ports-2.7/sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h	2008-02-18 14:12:00.000000000 +0530
@@ -25,6 +25,7 @@
 #include <atomic.h>
 #include <sysdep.h>
 #include <kernel-features.h>
+#include <tls.h>
 
 #define FUTEX_WAIT		0
 #define FUTEX_WAKE		1

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]