aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 297af74..32270f2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -14,6 +14,8 @@
* hurd/hurd/port.h: Do not include <hurd/signal.h>.
* hurd/hurd/userlink.h [!defined __USE_EXTERN_INLINES ||
!defined _LIBC || !IS_IN (libc)]: Do not include <hurd/signal.h>.
+ * hurd/hurd/fd.h (_hurd_fd_error): Fix struct initializer to be
+ trivial, for C++ conformity.
2018-03-03 Andreas Schwab <schwab@linux-m68k.org>