]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Call POSIX functions correctly
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 30 Apr 2002 15:22:56 +0000 (15:22 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 30 Apr 2002 15:22:56 +0000 (15:22 +0000)
git-svn-id: https://svn.dealii.org/trunk@5776 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/aclocal.m4

index 9e3722ef04e2b712966df150606791842ae7fd4b..d67f98269d1ef830f4359d6a83a1e474f271bab3 100644 (file)
@@ -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)

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.