summaryrefslogtreecommitdiffstats
path: root/thunderbird/0002-musl-uses-off64_t.patch
diff options
context:
space:
mode:
Diffstat (limited to 'thunderbird/0002-musl-uses-off64_t.patch')
-rw-r--r--thunderbird/0002-musl-uses-off64_t.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/thunderbird/0002-musl-uses-off64_t.patch b/thunderbird/0002-musl-uses-off64_t.patch
deleted file mode 100644
index 5a67783..0000000
--- a/thunderbird/0002-musl-uses-off64_t.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/mozilla/toolkit/crashreporter/google-breakpad/src/third_party/lss/linux_syscall_support.h b/mozilla/toolkit/crashreporter/google-breakpad/src/third_party/lss/linux_syscall_support.h
-index 1827749..b67d3a9 100644
---- a/mozilla/toolkit/crashreporter/google-breakpad/src/third_party/lss/linux_syscall_support.h
-+++ b/mozilla/toolkit/crashreporter/google-breakpad/src/third_party/lss/linux_syscall_support.h
-@@ -2814,7 +2814,7 @@ struct kernel_statfs {
- LSS_INLINE _syscall6(void*, mmap, void*, s,
- size_t, l, int, p,
- int, f, int, d,
-- __off64_t, o)
-+ off64_t, o)
-
- LSS_INLINE _syscall4(int, newfstatat, int, d,
- const char *, p,