From 7f52bb5ed454c06978220ac0d0631348360b644d Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 27 Mar 2013 11:05:01 +0100 Subject: Hopefully _BSD_SOURCE not needed anywhere for MAP_ANON (-Werror=unused-macros on Android) Change-Id: I393face32e7d4782b5c8037fa8ebeb21ec3c6e7a --- sal/rtl/alloc_arena.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'sal/rtl') diff --git a/sal/rtl/alloc_arena.cxx b/sal/rtl/alloc_arena.cxx index b3f2a7f32812..d35ba1fa13d1 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" -- cgit