[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: nscd fails to build
From: |
Samuel Thibault |
Subject: |
Re: nscd fails to build |
Date: |
Sun, 6 Jul 2014 19:12:25 +0200 |
User-agent: |
Mutt/1.5.21+34 (58baf7c9f32f) (2010-12-30) |
Hello,
Manolis Ragkousis, le Fri 04 Jul 2014 20:44:02 +0000, a écrit :
> Should PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP be replaced
> with __PTHREAD_RWLOCK_INITIALIZER which is already declared? If I do
> this, there is no error.
replacing RWLOCK_WRITER with just RWLOCK is fine, since it's only a
matter of performance. The _NONRECURSIVE part may be important, though.
I don't know its exact meaning.
Manolis Ragkousis, le Fri 04 Jul 2014 20:44:02 +0000, a écrit :
> Second question, can nscd be enabled with hurd in the first place?
I don't know. It doesn't happen to be enabled in the Debian package, so
I guess it could be left aside for now.
Samuel