Skip to content

Commit

Permalink
XXX freebsd: not thread safe
Browse files Browse the repository at this point in the history
  • Loading branch information
khwilliamson committed Jan 31, 2023
1 parent 8077420 commit a399079
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions hints/freebsd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -322,14 +322,14 @@ d_printf_format_null='undef'
# Interpreting: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211743#c10
# khw workaround no longer needed except for the following versions
FREEBSD_KERNEL_VERSION=`uname -U`
if [ $FREEBSD_KERNEL_VERSION -lt 1003507 \
-o \( $FREEBSD_KERNEL_VERSION -ge 1100000 \
-a $FREEBSD_KERNEL_VERSION -lt 1100502 \) \
-o \( $FREEBSD_KERNEL_VERSION -ge 1200000 \
-a $FREEBSD_KERNEL_VERSION -lt 1200004 \) ]
then
#if [ $FREEBSD_KERNEL_VERSION -lt 1003507 \
# -o \( $FREEBSD_KERNEL_VERSION -ge 1100000 \
# -a $FREEBSD_KERNEL_VERSION -lt 1100502 \) \
# -o \( $FREEBSD_KERNEL_VERSION -ge 1200000 \
# -a $FREEBSD_KERNEL_VERSION -lt 1200004 \) ]
#then
d_uselocale='undef'
fi
#fi

# https://github.com/Perl/perl5/issues/15984
# Reported in 11.0-CURRENT with g++-4.8.5:
Expand Down

0 comments on commit a399079

Please sign in to comment.