Skip to content

Commit

Permalink
* config/m68k/linux-atomic.c: Do not include unistd.h
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@235358 138bc75d-0d04-0410-961f-82ee72b054a4
  • Loading branch information
law committed Apr 22, 2016
1 parent 394ce52 commit 1701058
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions libgcc/ChangeLog
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
1 change: 0 additions & 1 deletion libgcc/config/m68k/linux-atomic.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1701058

Please sign in to comment.