diff options
author | Pino Toscano <toscano.pino@tiscali.it> | 2012-09-30 23:40:47 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2013-01-25 01:58:57 +0100 |
commit | 22b1cf995b0fc12add7e0ea26cb916f1f3c76acd (patch) | |
tree | a5637f0c92b04b65f1267be86e00f485eced59dc | |
parent | d4691b4a23ae319b39ae3a84f8435d4dc991bfac (diff) |
Require the "pthread" sysdep
This allows the use of glibc sysdeps that use pthread-based
implementations.
* sysdeps/mach/hurd/Implies: Add pthread.
-rw-r--r-- | sysdeps/mach/hurd/Implies | 1 |
1 files changed, 1 insertions, 0 deletions
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 |