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