commit bash-20201226 snapshot

This commit is contained in:
Chet Ramey
2020-12-30 13:17:27 -05:00
parent 3c5683a47b
commit e58dc557e2
18 changed files with 734 additions and 662 deletions
+1 -1
View File
@@ -94,7 +94,7 @@ changequote([,])dnl
# need special flags to disable these optimizations. For example, the
# definition of 'errno' in <errno.h>.
case "$host_os" in
aix* | freebsd*) CPPFLAGS="$CPPFLAGS -D_THREAD_SAFE" ;;
aix* | freebsd* | midnightbsd*) CPPFLAGS="$CPPFLAGS -D_THREAD_SAFE" ;;
solaris*) CPPFLAGS="$CPPFLAGS -D_REENTRANT" ;;
esac
fi