summaryrefslogtreecommitdiff
path: root/patches/gcc/4.9.3/920-libgcc-remove-unistd-header.patch
blob: df5372bb5a68f1b6d659d73747862ab56d724d68 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
Upstream status: In progress

--- a/libgcc/config/nios2/linux-atomic.c
+++ b/libgcc/config/nios2/linux-atomic.c
@@ -20,7 +20,6 @@
 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