2009-11-16 09:54:19 +01:00
|
|
|
Index: nptl/pthreadP.h
|
|
|
|
===================================================================
|
|
|
|
--- nptl/pthreadP.h.orig
|
|
|
|
+++ nptl/pthreadP.h
|
2010-01-03 12:31:34 +01:00
|
|
|
@@ -577,15 +577,4 @@ extern void __wait_lookup_done (void) at
|
2009-02-20 08:46:43 +01:00
|
|
|
# define PTHREAD_STATIC_FN_REQUIRE(name) __asm (".globl " #name);
|
|
|
|
#endif
|
|
|
|
|
|
|
|
-
|
|
|
|
-#ifndef __NR_set_robust_list
|
|
|
|
-/* XXX For the time being... Once we can rely on the kernel headers
|
|
|
|
- having the definition remove these lines. */
|
|
|
|
-# if defined __i386__
|
|
|
|
-# define __NR_set_robust_list 311
|
|
|
|
-# elif defined __x86_64__
|
|
|
|
-# define __NR_set_robust_list 273
|
|
|
|
-# endif
|
|
|
|
-#endif
|
|
|
|
-
|
|
|
|
#endif /* pthreadP.h */
|