summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>2016-04-22 05:43:43 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>2016-04-22 05:43:43 +0000
commit1701058da920d27de87dc82e8d327b8ca930e997 (patch)
tree6edabfabf5c1318d989ff587de05ebf851e5b796
parent394ce52caa173f019c9f8979c961911080da7d2b (diff)
downloadgcc-1701058da920d27de87dc82e8d327b8ca930e997.tar.gz
* config/m68k/linux-atomic.c: Do not include unistd.h
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@235358 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--libgcc/ChangeLog4
-rw-r--r--libgcc/config/m68k/linux-atomic.c1
2 files changed, 4 insertions, 1 deletions
diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog
index 63bff3acb77..684c6811f00 100644
--- a/libgcc/ChangeLog
+++ b/libgcc/ChangeLog
@@ -1,3 +1,7 @@
+2016-04-21 Waldemar Brodkorb <wbx@openadk.org>
+
+ * config/m68k/linux-atomic.c: Do not include unistd.h
+
2016-04-20 Martin Galvan <martin.galvan@tallertechnologies.com>
* config/arm/ieee754-df.S: Fix typos in comments.
diff --git a/libgcc/config/m68k/linux-atomic.c b/libgcc/config/m68k/linux-atomic.c
index 5dec6e5f2e4..859ab68d740 100644
--- a/libgcc/config/m68k/linux-atomic.c
+++ b/libgcc/config/m68k/linux-atomic.c
@@ -33,7 +33,6 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
using the kernel helper defined below. There is no support for
64-bit operations yet. */
-#include <asm/unistd.h>
#include <stdbool.h>
#ifndef __NR_atomic_cmpxchg_32