aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 266ff2f58a6..efc238cc078 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -2,6 +2,8 @@
2 2
3 * sysdep.c (system_process_attributes): Rename vars to avoid shadowing. 3 * sysdep.c (system_process_attributes): Rename vars to avoid shadowing.
4 Fix pointer signedness issue. 4 Fix pointer signedness issue.
5 (sys_subshell): Mark local as volatile if checking for lint,
6 to suppress a gcc -Wclobbered warning that does not seem to be right.
5 7
6 * process.c (serial_open, serial_configure): Move decls from here ... 8 * process.c (serial_open, serial_configure): Move decls from here ...
7 * systty.h: ... to here, so that they can be checked. 9 * systty.h: ... to here, so that they can be checked.