[Libreoffice] [PATCH] remove unused declaration - an unlikely fix for armel segfault in regcomp

2011-01-27 Thread Jani Monoses
Hello, this declaration seems to not be used. A similar one exists in the file token.cxx in formula/ where this was copied from according to the comments. This, in combination with some toolchain issue I guess caused regcomp crashing on Ubuntu armel at the install phase. From what I gathered

Re: [Libreoffice] [PATCH] remove unused declaration - an unlikely fix for armel segfault in regcomp

2011-01-27 Thread Caolán McNamara
On Thu, 2011-01-27 at 15:42 +0200, Jani Monoses wrote: armel sal/osl/unx/interlck.c probably should have a specific impl for arm btw, probably a low hanging fruit for someone who knows a little bit of arm assembly. C. ___ LibreOffice mailing list

Re: [Libreoffice] [PATCH] remove unused declaration - an unlikely fix for armel segfault in regcomp

2011-01-27 Thread Jani Monoses
On 01/27/2011 05:31 PM, Caolán McNamara wrote: On Thu, 2011-01-27 at 15:42 +0200, Jani Monoses wrote: armel sal/osl/unx/interlck.c probably should have a specific impl for arm btw, probably a low hanging fruit for someone who knows a little bit of arm assembly. What about using GCC atomic