aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJacob Bachmeyer <jcb@gnu.org>2022-11-28 21:21:00 -0600
committerJacob Bachmeyer <jcb@gnu.org>2022-11-28 21:21:00 -0600
commite940383f9d28c50559cbbf725035455b75c3ed6f (patch)
tree1936ab599a842dd9bfc733a36b25708d03cbf26f /ChangeLog
parent23862f5b87903eb6aff695b495a0c7c687958921 (diff)
downloaddejagnu-e940383f9d28c50559cbbf725035455b75c3ed6f.zip
dejagnu-e940383f9d28c50559cbbf725035455b75c3ed6f.tar.gz
dejagnu-e940383f9d28c50559cbbf725035455b75c3ed6f.tar.bz2
Remove wait() function in dejagnu.h to resolve PR59586
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2d94a03..6036924 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2022-11-28 Jacob Bachmeyer <jcb@gnu.org>
+ * dejagnu.h: Remove _DEJAGNU_WAIT_ conditional and revise comment
+ to explain improved solution to the problem for which it seems to
+ have been intended as a workaround.
+ (wait): Remove this function. It conflicted with POSIX wait(2);
+ this conflict was reported as PR59586.
+
* testsuite/runtest.main/stats.exp: Add test for UNSUPPORTED
result from a unit test program.
* testsuite/runtest.main/nested/testsuite/stat.test/unit-sub.awk: