$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Michael van der Westhuizen (michael_at_[hidden])
Date: 2004-11-03 14:08:04
Vukasin Toroman wrote:
[snip]
> to my knowledge, PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP exists on
> FreeBSD, OSX and Linux, so one could say that this is a fairly standard
> part of posix...
I'm afraid not, hence the _NP suffix (not portable). This means
that it's supposed to obvious that it's *not* a part of Posix.
Michael