From 57699ef3020b37cb52127dba9b208d89f2b3482f Mon Sep 17 00:00:00 2001 From: wolf Date: Wed, 20 Sep 2000 08:43:05 +0000 Subject: [PATCH] _REENTRANT git-svn-id: https://svn.dealii.org/trunk@3345 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/2000/c-3-0.html | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/deal.II/doc/news/2000/c-3-0.html b/deal.II/doc/news/2000/c-3-0.html index 21ec2a268c..1c88b742c1 100644 --- a/deal.II/doc/news/2000/c-3-0.html +++ b/deal.II/doc/news/2000/c-3-0.html @@ -26,6 +26,16 @@ documentation, etc.

General

    +
  1. + New: In multithreading mode, the compile flags now also have + _REENTRANT defined. If this flag + is defined, then the standard Unix headers also declare + reentrant versions (with suffix _r) + of many functions. +
    + (WB 2000/09/20) +

    +
  2. New: Major and minor version numbers of the deal.II library are now passed to the -- 2.39.5