p4raw-id: //depot/cfgperl@3382
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"
ccflags="-pthread $ccflags"
;;
esac
-
+ ccflags="-D_REENTRANT $ccflags"
usemymalloc='n'
;;
esac