Subject: POSIX threads
To: 'tech-pkg@netbsd.org' <tech-pkg@netbsd.org>
From: Martin Fellbrink <martin.fellbrink@reddo.net>
List: tech-pkg
Date: 09/03/2001 14:01:19
Hi

I have a program written for Linux and I want to port it to NetBSD. The
porting is no problem and it compiles ok. When trying to run the program it
fails. After initiating a mutex pthread_mutex_init and tries to lock it, it
returns EINVAL. Are there any defferences between Linux pthreads and NetBSD
pthreads? 

The version of NetBSD is 1.5 and 1.13 of pthreads.

Thanks in advance, Martin Fellbrink