[Libreoffice-commits] core.git: sal/osl

Damjan Jovanovic damjan at apache.org
Mon Nov 30 09:22:36 PST 2015


 sal/osl/unx/backtrace.h |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit a1a8aa8ef80066dd2fbabbf136dde874c864db8b
Author: Damjan Jovanovic <damjan at apache.org>
Date:   Thu Nov 26 18:33:01 2015 +0000

    Fix the stack frame layout for backtraces on FreeBSD.
    
    Patch by: me
    
    (cherry picked from commit 0faee39deac292694d036d753b7dc1c4513e045f)

diff --git a/sal/osl/unx/backtrace.h b/sal/osl/unx/backtrace.h
index c7fb992..35d2543 100644
--- a/sal/osl/unx/backtrace.h
+++ b/sal/osl/unx/backtrace.h
@@ -34,8 +34,6 @@ void backtrace_symbols_fd( void **buffer, int size, int fd );
 #if defined (FREEBSD) || defined (NETBSD) || defined (OPENBSD) || \
     defined (DRAGONFLY)
 struct frame {
-    long    arg0[8];
-    long    arg1[6];
     struct frame *fr_savfp;
     long    fr_savpc;
 };


More information about the Libreoffice-commits mailing list