From 4335cb271c7ebf80e90bcaf6cfeb6e63adef62ab Mon Sep 17 00:00:00 2001 From: Pino Toscano Date: Sun, 30 Sep 2012 23:40:47 +0200 Subject: [PATCH 1/2] Require the "pthread" sysdep This allows the use of glibc sysdeps that use pthread-based implementations. * sysdeps/mach/hurd/Implies: Add pthread. --- sysdeps/mach/hurd/Implies | 1 + 1 file changed, 1 insertion(+) diff --git a/sysdeps/mach/hurd/Implies b/sysdeps/mach/hurd/Implies index 16b8348..c32378a 100644 --- a/sysdeps/mach/hurd/Implies +++ b/sysdeps/mach/hurd/Implies @@ -1 +1,2 @@ hurd +pthread -- 1.7.10.4