summaryrefslogtreecommitdiffstats
path: root/libdwfl
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2017-02-27 13:56:53 +0100
committerUlf Hermann <ulf.hermann@qt.io>2017-04-28 09:17:21 +0000
commitffb6a77fc4f0533126a3ff49ec5c03ef8e674520 (patch)
treea2697a941141c6d55a11df8fbfee7275f3ef3a9c /libdwfl
parent121d248c1da7f2130a2edde6d158f116c89ed407 (diff)
Drop handrolled or #ifdef'ed libc replacements
mempcpy, memrchr, rawmemchr, and argp are provided by gnulib now. We don't need to define them locally and we don't need to search for an external libargp. Change-Id: I131ca4bc2d77c597b99c296c28259a3600e5d1b5 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'libdwfl')
-rw-r--r--libdwfl/ChangeLog4
-rw-r--r--libdwfl/linux-kernel-modules.c1
2 files changed, 4 insertions, 1 deletions
diff --git a/libdwfl/ChangeLog b/libdwfl/ChangeLog
index a1ed675d..a7e6e30b 100644
--- a/libdwfl/ChangeLog
+++ b/libdwfl/ChangeLog
@@ -1,3 +1,7 @@
+2017-04-27 Ulf Hermann <ulf.hermann@qt.io>
+
+ * linux-kernel-modules.c: Don't include system.h.
+
2017-04-20 Ulf Hermann <ulf.hermann@qt.io>
* derelocate.c (compare_secrefs): Compare by end address and then by
diff --git a/libdwfl/linux-kernel-modules.c b/libdwfl/linux-kernel-modules.c
index 6c6c6037..5f132b46 100644
--- a/libdwfl/linux-kernel-modules.c
+++ b/libdwfl/linux-kernel-modules.c
@@ -37,7 +37,6 @@
#endif
#include <config.h>
-#include <system.h>
#include "libdwflP.h"
#include <inttypes.h>