diff options
author | Luboš Luňák <l.lunak@suse.cz> | 2012-07-04 16:29:15 +0200 |
---|---|---|
committer | Luboš Luňák <l.lunak@suse.cz> | 2012-12-10 14:46:46 +0100 |
commit | 7ad8aefc283a98be18d3c0b0aec8751227268c6b (patch) | |
tree | 5384bbc80351f094a402c09c0381ddd00d0cae92 /sal | |
parent | f24bae90c006c3522e3034b48d62c7e6cc7e45a8 (diff) |
#define _BSD_SOURCE to 1 (that's what compilers set it to, at least)
Change-Id: Id192488bb89d7f57dbd7ae3ddd33fb2b7569172e
Diffstat (limited to 'sal')
-rw-r--r-- | sal/rtl/source/alloc_arena.cxx | 2 |
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" |