summaryrefslogtreecommitdiff
path: root/sal
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-03-27 11:05:01 +0100
committerStephan Bergmann <sbergman@redhat.com>2013-03-27 11:05:01 +0100
commit7f52bb5ed454c06978220ac0d0631348360b644d (patch)
tree282ca6c267a5590c072a3ca2f4b9edf357e07081 /sal
parentb4845db4260db70cb3aaf03758cb4a1ca5fa88ed (diff)
Hopefully _BSD_SOURCE not needed anywhere for MAP_ANON
(-Werror=unused-macros on Android) Change-Id: I393face32e7d4782b5c8037fa8ebeb21ec3c6e7a
Diffstat (limited to 'sal')
-rw-r--r--sal/rtl/alloc_arena.cxx1
1 files changed, 0 insertions, 1 deletions
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"