summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6374953ac6..e1821ed6a5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2023-01-11 Bruno Haible <bruno@clisp.org>
+ spawn-pipe tests: Fix test failure on Android.
+ * tests/test-spawn-pipe-child.c (main): Skip the is_open (STDERR_FILENO)
+ check on Android.
+
+2023-01-11 Bruno Haible <bruno@clisp.org>
+
perror: Fix "perror clobbers strerror's buffer" problem on Android.
* m4/perror.m4 (gl_FUNC_PERROR): Set REPLACE_PERROR to 1 on Android.
* doc/posix-functions/perror.texi: Mention the Android problem.