summaryrefslogtreecommitdiffstats
path: root/sal/rtl
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@suse.cz>2012-07-04 16:29:15 +0200
committerLuboš Luňák <l.lunak@suse.cz>2012-12-10 14:46:46 +0100
commit7ad8aefc283a98be18d3c0b0aec8751227268c6b (patch)
tree5384bbc80351f094a402c09c0381ddd00d0cae92 /sal/rtl
parentenable PCH in configure only for msvc/clang (diff)
downloadcore-7ad8aefc283a98be18d3c0b0aec8751227268c6b.tar.gz
core-7ad8aefc283a98be18d3c0b0aec8751227268c6b.zip
#define _BSD_SOURCE to 1 (that's what compilers set it to, at least)
Change-Id: Id192488bb89d7f57dbd7ae3ddd33fb2b7569172e
Diffstat (limited to 'sal/rtl')
-rw-r--r--sal/rtl/source/alloc_arena.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/rtl/source/alloc_arena.cxx b/sal/rtl/source/alloc_arena.cxx
index 8b6b6cb0dd47..663239f51380 100644
--- a/sal/rtl/source/alloc_arena.cxx
+++ b/sal/rtl/source/alloc_arena.cxx
@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#define _BSD_SOURCE /* sys/mman.h: MAP_ANON */
+#define _BSD_SOURCE 1 /* sys/mman.h: MAP_ANON */
#include "alloc_arena.hxx"
#include "alloc_impl.hxx"