summaryrefslogtreecommitdiffstats
path: root/main/git/uclibc-index-pack.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/git/uclibc-index-pack.patch')
-rw-r--r--main/git/uclibc-index-pack.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/main/git/uclibc-index-pack.patch b/main/git/uclibc-index-pack.patch
deleted file mode 100644
index c5b7ec5cf..000000000
--- a/main/git/uclibc-index-pack.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- ./builtin/index-pack.c.orig
-+++ ./builtin/index-pack.c
-@@ -39,9 +39,10 @@
- int ofs_first, ofs_last;
- };
-
--#if !defined(NO_PTHREADS) && defined(NO_PREAD)
-+#if (!defined(NO_PTHREADS) && defined(NO_PREAD)) || defined(__UCLIBC__)
- /* NO_PREAD uses compat/pread.c, which is not thread-safe. Disable threading. */
- #define NO_PTHREADS
-+
- #endif
-
- struct thread_local {