Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions hints/aix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -704,4 +704,7 @@ case "$osvers" in
;;
esac

# GH #23825
ccflags="$ccflags -DNO_POSIX_2008_LOCALE"

# EOF
5 changes: 3 additions & 2 deletions pod/perldelta.pod
Original file line number Diff line number Diff line change
Expand Up @@ -330,9 +330,10 @@ L</Modules and Pragmata> section.

=over 4

=item XXX-some-platform
=item AIX

XXX
Thread-safe locale handling has been turned off on all releases due to
apparent bugs in the underlying operating system support.

=back

Expand Down
Loading