Index: eglibc-2.13/linuxthreads/manager.c
===================================================================
--- eglibc-2.13.orig/linuxthreads/manager.c	2012-04-16 21:03:55.393366693 +0200
+++ eglibc-2.13/linuxthreads/manager.c	2012-04-16 21:03:55.708364778 +0200
@@ -149,7 +149,7 @@
   ufd.events = POLLIN;
   /* Enter server loop */
   while(1) {
-    n = __poll(&ufd, 1, 2000);
+    n = __poll(&ufd, 1, 2);
 
 #if 0
     /* iff the main thread terminated abnormally, the signal should kill all threads already */
