headerfile

The prototypes mount_parse_generic_args is outside the __BEGIN_DECLS /
__END_DECLS, hence it can’t be called from a C++ program since the fonction
doesn’t apper to be part of the C++ library.

And talking about header. In pthread.h, pthread_rwlock_t .owner is an
unsigned but PTHREAD_RW_INITIALIZER set that value to -2. Some tools will
complain.

Mario