about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorOliver Kiddle <opk@zsh.org>2021-12-13 20:44:59 +0100
committerOliver Kiddle <opk@zsh.org>2021-12-13 20:44:59 +0100
commit6de4bcfcd5b47bec5a8acbdd5a4514ea06c8ea90 (patch)
treedb9dd3cd354db26d0a2ac4c1ebd4fb2af0f0c1b5 /ChangeLog
parente2ad321c884534d654dc69aa04f70c65a157cf03 (diff)
downloadzsh-6de4bcfcd5b47bec5a8acbdd5a4514ea06c8ea90.tar.gz
zsh-6de4bcfcd5b47bec5a8acbdd5a4514ea06c8ea90.tar.xz
zsh-6de4bcfcd5b47bec5a8acbdd5a4514ea06c8ea90.zip
49634, reported by Claes Nästén: revert 28989
Defining _POSIX_C_SOURCE caused issues on Solaris 10 but doesn't seem
to be needed for musl anymore
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bb24842f4..690580050 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2021-12-13  Oliver Kiddle  <opk@zsh.org>
+
+	* 49634, reported by Claes Nästén: configure.ac: revert 28989,
+	defining _POSIX_C_SOURCE caused issues on Solaris 10 but
+	doesn't seem to be needed for musl anymore
+
 2021-12-07  Oliver Kiddle  <opk@zsh.org>
 
 	* 49633: Completion/Unix/Command/_git: update options for git 2.34