summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7b495a32..a4898893 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2015-04-11 Kaz Kylheku <kaz@kylheku.com>
+ * sysif.c: Use HAVE_FORK_STUFF to wrap fork, waitpid and dup/dup2.
+
+2015-04-11 Kaz Kylheku <kaz@kylheku.com>
+
Exposing dup and dup2.
* sysif.c (dup_wrap): New static function.