aboutsummaryrefslogtreecommitdiff
path: root/libgcc
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2016-04-22 05:43:43 +0000
committerJeff Law <law@gcc.gnu.org>2016-04-21 23:43:43 -0600
commitb8ce3fe29de6163328de75c3f733752c2391c093 (patch)
tree6edabfabf5c1318d989ff587de05ebf851e5b796 /libgcc
parentb6888368776d53b0c99765f6d3e5efb152631e49 (diff)
downloadgcc-b8ce3fe29de6163328de75c3f733752c2391c093.zip
gcc-b8ce3fe29de6163328de75c3f733752c2391c093.tar.gz
gcc-b8ce3fe29de6163328de75c3f733752c2391c093.tar.bz2
* config/m68k/linux-atomic.c: Do not include unistd.h
From-SVN: r235358
Diffstat (limited to 'libgcc')
-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 63bff3a..684c681 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 5dec6e5..859ab68 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