소스 검색

add required patch for glibc sparc

Waldemar Brodkorb 10 년 전
부모
커밋
2a1a43ead0
1개의 변경된 파일11개의 추가작업 그리고 0개의 파일을 삭제
  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>
+ 
+