Never mind (undone by 3383).
Jarkko Hietaniemi [Mon, 10 May 1999 17:07:00 +0000 (17:07 +0000)]
p4raw-id: //depot/cfgperl@3382

hints/dec_osf.sh

index 4ab535d..c6c09e5 100644 (file)
@@ -198,7 +198,7 @@ pp_sys_cflags='ccflags="$ccflags -DNO_EFF_ONLY_OK"'
 cat > UU/usethreads.cbu <<'EOCBU'
 case "$usethreads" in
 $define|true|[yY]*)
-        # Threads interfaces changed with V4.0.
+        # Threads interfaces and flags changed with V4.0.
         case "`uname -r`" in
         *[123].*)
            libswanted="$libswanted pthreads mach exc c_r"
@@ -209,7 +209,7 @@ $define|true|[yY]*)
            ccflags="-pthread $ccflags"
            ;;
         esac
-
+       ccflags="-D_REENTRANT $ccflags"
         usemymalloc='n'
        ;;
 esac