diff options
-rw-r--r-- | hints/dec_osf.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hints/dec_osf.sh b/hints/dec_osf.sh index 4ab535d005..c6c09e5bf1 100644 --- a/hints/dec_osf.sh +++ b/hints/dec_osf.sh @@ -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 |