Skip to content
Snippets Groups Projects
Commit f601ac16 authored by Francesco Chemolli's avatar Francesco Chemolli Committed by Henrik (Grubba) Grubbström
Browse files

Fixed bug. Thanks to Francesco Chemolli <tsci0603@birillo.cdc.polimi.it>.

Rev: src/configure.in:1.165
parent cbdad2f0
No related branches found
No related tags found
No related merge requests found
AC_REVISION("$Id: configure.in,v 1.164 1998/03/05 14:06:46 grubba Exp $") AC_REVISION("$Id: configure.in,v 1.165 1998/03/06 17:34:39 grubba Exp $")
AC_INIT(interpret.c) AC_INIT(interpret.c)
AC_CONFIG_HEADER(machine.h) AC_CONFIG_HEADER(machine.h)
...@@ -812,7 +812,7 @@ int main() ...@@ -812,7 +812,7 @@ int main()
pthread_mutexattr_init(&attr); pthread_mutexattr_init(&attr);
#else #else
memset(&attr, 0, sizeof(attr)); memset(&attr, 0, sizeof(attr));
#endif /* HAVE_PTHREAD_MUTEXATTR_INIT #endif /* HAVE_PTHREAD_MUTEXATTR_INIT */
pthread_mutex_init(&tmp, &attr); pthread_mutex_init(&tmp, &attr);
pthread_mutex_lock(&tmp); pthread_mutex_lock(&tmp);
pthread_create(&gazonk,0,foo,0); pthread_create(&gazonk,0,foo,0);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment