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

Stephan Bergmann sbergman at redhat.com
Wed Mar 27 03:05:26 PDT 2013


 sal/rtl/alloc_arena.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 7f52bb5ed454c06978220ac0d0631348360b644d
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Wed Mar 27 11:05:01 2013 +0100

    Hopefully _BSD_SOURCE not needed anywhere for MAP_ANON
    
    (-Werror=unused-macros on Android)
    
    Change-Id: I393face32e7d4782b5c8037fa8ebeb21ec3c6e7a

diff --git a/sal/rtl/alloc_arena.cxx b/sal/rtl/alloc_arena.cxx
index b3f2a7f..d35ba1f 100644
--- a/sal/rtl/alloc_arena.cxx
+++ b/sal/rtl/alloc_arena.cxx
@@ -17,7 +17,6 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
-#define _BSD_SOURCE 1 /* sys/mman.h: MAP_ANON */
 #include "alloc_arena.hxx"
 
 #include "alloc_impl.hxx"


More information about the Libreoffice-commits mailing list