From: wolf Date: Tue, 30 Apr 2002 15:22:56 +0000 (+0000) Subject: Call POSIX functions correctly X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fcc4d26f270bd9d2ddef22ae8861ba608ba705d0;p=dealii-svn.git Call POSIX functions correctly git-svn-id: https://svn.dealii.org/trunk@5776 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/aclocal.m4 b/deal.II/aclocal.m4 index 9e3722ef04..d67f98269d 100644 --- a/deal.II/aclocal.m4 +++ b/deal.II/aclocal.m4 @@ -811,7 +811,7 @@ AC_DEFUN(DEAL_II_CHECK_POSIX_THREAD_FUNCTIONS, dnl [ pthread_t p; pthread_create (&p, 0, 0, 0); - pthread_join (&p, 0); + pthread_join (p, 0); ], [ AC_MSG_RESULT(ok)