[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] gnu: base: Add Glibc-Hurd Headers.
From: |
Ludovic Courtès |
Subject: |
Re: [PATCH] gnu: base: Add Glibc-Hurd Headers. |
Date: |
Sat, 27 Sep 2014 11:31:53 +0200 |
User-agent: |
Gnus/5.130011 (Ma Gnus v0.11) Emacs/24.3 (gnu/linux) |
Manolis Ragkousis <address@hidden> skribis:
> Taken care of the FIXME.
Thanks, I’ve merged it with the other commit on wip-hurd, and rebased it
on top of master.
> Just wanted to add that in base.scm, instead of gnu-gettext we needed
> perl. Probably I changed it by mistake while rebasing some local
> commits.
OK.
> And thread_terminate does exist, that's why it's enough for our needs.
You mean ‘thread_terminate_release’? The comment in
libpthread-glibc-preparation.patch still reads:
--8<---------------cut here---------------start------------->8---
We are using a version of GNU Mach that lacks 'thread_terminate_release'
(not introduced yet). The 'thread_terminate' RPC call will be enough for
our needs.
See <http://lists.gnu.org/archive/html/bug-hurd/2014-05/msg00127.html>.
--8<---------------cut here---------------end--------------->8---
Ludo’.