Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 531846 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- a/mozilla-release/toolkit/crashreporter/google-breakpad/src/third_party/lss/linux_syscall_support.h
0
++ b/mozilla-release/toolkit/crashreporter/google-breakpad/src/third_party/lss/linux_syscall_support.h
Lines 2814-2820 Link Here
2814
    LSS_INLINE _syscall6(void*, mmap,              void*, s,
2814
    LSS_INLINE _syscall6(void*, mmap,              void*, s,
2815
                         size_t,                   l, int,               p,
2815
                         size_t,                   l, int,               p,
2816
                         int,                      f, int,               d,
2816
                         int,                      f, int,               d,
2817
                         __off64_t,                o)
2817
                         off64_t,                o)
2818
2818
2819
    LSS_INLINE _syscall4(int, newfstatat,         int,   d,
2819
    LSS_INLINE _syscall4(int, newfstatat,         int,   d,
2820
                         const char *,            p,
2820
                         const char *,            p,

Return to bug 531846