summaryrefslogtreecommitdiffstats
path: root/thunderbird/0002-musl-uses-off64_t.patch
blob: 5a67783a7ad3a36438aaba38e06476e8f6a86bf7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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,