Browse Source

add required patch for glibc sparc

Waldemar Brodkorb 8 years ago
parent
commit
2a1a43ead0
1 changed files with 11 additions and 0 deletions
  1. 11 0
      toolchain/glibc/patches/2.22/sparc-include.patch

+ 11 - 0
toolchain/glibc/patches/2.22/sparc-include.patch

@@ -0,0 +1,11 @@
+diff -Nur glibc-2.22.orig/sysdeps/sparc/sparc32/sem_open.c glibc-2.22/sysdeps/sparc/sparc32/sem_open.c
+--- glibc-2.22.orig/sysdeps/sparc/sparc32/sem_open.c	2015-08-05 08:42:21.000000000 +0200
++++ glibc-2.22/sysdeps/sparc/sparc32/sem_open.c	2015-09-04 09:42:55.092504540 +0200
+@@ -29,6 +29,7 @@
+ #include <sys/mman.h>
+ #include <sys/stat.h>
+ #include "semaphoreP.h"
++#include <futex-internal.h>
+ #include <shm-directory.h>
+ 
+