summaryrefslogtreecommitdiff
path: root/ppc-amigaos/recipes/patches/gcc/0007-Some-AmigaOS-4.x-compability-changes-for-posix-threa.p
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2018-01-08 21:40:35 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2018-01-08 21:40:35 +0000
commit515b4483c99475ef2a4bee095bf056afa1893c3d (patch)
treefcf5d739a915d4bdd97defd51f26673109c83556 /ppc-amigaos/recipes/patches/gcc/0007-Some-AmigaOS-4.x-compability-changes-for-posix-threa.p
parent2962566a50820212c62380c29ce082ad4a461984 (diff)
downloadtoolchains-515b4483c99475ef2a4bee095bf056afa1893c3d.tar.gz
toolchains-515b4483c99475ef2a4bee095bf056afa1893c3d.tar.bz2
Fix patches so our scripts can locate the files
Diffstat (limited to 'ppc-amigaos/recipes/patches/gcc/0007-Some-AmigaOS-4.x-compability-changes-for-posix-threa.p')
-rw-r--r--ppc-amigaos/recipes/patches/gcc/0007-Some-AmigaOS-4.x-compability-changes-for-posix-threa.p4
1 files changed, 2 insertions, 2 deletions
diff --git a/ppc-amigaos/recipes/patches/gcc/0007-Some-AmigaOS-4.x-compability-changes-for-posix-threa.p b/ppc-amigaos/recipes/patches/gcc/0007-Some-AmigaOS-4.x-compability-changes-for-posix-threa.p
index 1c70232..87b8e77 100644
--- a/ppc-amigaos/recipes/patches/gcc/0007-Some-AmigaOS-4.x-compability-changes-for-posix-threa.p
+++ b/ppc-amigaos/recipes/patches/gcc/0007-Some-AmigaOS-4.x-compability-changes-for-posix-threa.p
@@ -10,8 +10,8 @@ Subject: [PATCH 7/9] Some AmigaOS 4.x compability changes for posix thread
diff --git a/libgcc/gthr-posix.h b/libgcc/gthr-posix.h
index 555c0fe2458fa3e0e96d769d3f36ae35db47e1bb..daee24052b68cea2159d68abd6cf6817e0d7a81b 100644
---- a/libgcc/gthr-posix.h
-+++ b/libgcc/gthr-posix.h
+--- libgcc/gthr-posix.h
++++ libgcc/gthr-posix.h
@@ -29,12 +29,16 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
/* POSIX threads specific definitions.
Easy, since the interface is just one-to-one mapping. */