linux-atomic.c (<asm/unistd.h>): Remove #include.
authorChung-Lin Tang <cltang@codesourcery.com>
Wed, 22 Jul 2015 11:39:30 +0000 (11:39 +0000)
committerChung-Lin Tang <cltang@gcc.gnu.org>
Wed, 22 Jul 2015 11:39:30 +0000 (11:39 +0000)
2015-07-22  Chung-Lin Tang  <cltang@codesourcery.com>

libgcc/
* config/nios2/linux-atomic.c (<asm/unistd.h>): Remove #include.
(EFAULT,EBUSY,ENOSYS): Delete unused #defines.

From-SVN: r226063

libgcc/ChangeLog
libgcc/config/nios2/linux-atomic.c

index 4bd9f1fd9d5be6d0e3d48bbab0c92d430e01362e..810c6af88da7e0deb9a7dfd4ae810bef7df0d86f 100644 (file)
@@ -1,3 +1,8 @@
+2015-07-22  Chung-Lin Tang  <cltang@codesourcery.com>
+
+       * config/nios2/linux-atomic.c (<asm/unistd.h>): Remove #include.
+       (EFAULT,EBUSY,ENOSYS): Delete unused #defines.
+
 2015-07-17  Nathan Sidwell  <nathan@codesourcery.com>
 
        * offloadstuff.c: Constify host data.
index 2e07baefb47183dbb780e0f6d675a29aabb03eec..a4829d6afec24820a72410f69085fdddc967a47d 100644 (file)
@@ -20,11 +20,6 @@ a copy of the GCC Runtime Library Exception along with this program;
 see the files COPYING3 and COPYING.RUNTIME respectively.  If not, see
 <http://www.gnu.org/licenses/>.  */
 
-#include <asm/unistd.h>
-#define EFAULT  14
-#define EBUSY   16
-#define ENOSYS  38
-
 /* We implement byte, short and int versions of each atomic operation
    using the kernel helper defined below.  There is no support for
    64-bit operations yet.  */