diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2016-04-22 05:43:43 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 2016-04-21 23:43:43 -0600 |
commit | b8ce3fe29de6163328de75c3f733752c2391c093 (patch) | |
tree | 6edabfabf5c1318d989ff587de05ebf851e5b796 /libgcc | |
parent | b6888368776d53b0c99765f6d3e5efb152631e49 (diff) | |
download | gcc-b8ce3fe29de6163328de75c3f733752c2391c093.tar.gz |
* config/m68k/linux-atomic.c: Do not include unistd.h
From-SVN: r235358
Diffstat (limited to 'libgcc')
-rw-r--r-- | libgcc/ChangeLog | 4 | ||||
-rw-r--r-- | libgcc/config/m68k/linux-atomic.c | 1 |
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 |