X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fvma-iter.h;h=a8f693a387bf7e231a1f242cd9eff3faa92c3ffe;hb=8e0f64e4cd12f7779113bc438afd106dad3e1f1a;hp=c3bc9cfb1079f24e9edeecc7d0a9124ecdce1970;hpb=760b589b90bd4187454960949ed3eb0036512a1e;p=gnulib.git diff --git a/lib/vma-iter.h b/lib/vma-iter.h index c3bc9cfb1..a8f693a38 100644 --- a/lib/vma-iter.h +++ b/lib/vma-iter.h @@ -1,5 +1,5 @@ /* Iteration over virtual memory areas. - Copyright (C) 2011 Free Software Foundation, Inc. + Copyright (C) 2011-2013 Free Software Foundation, Inc. Written by Bruno Haible , 2011. This program is free software: you can redistribute it and/or modify @@ -51,7 +51,7 @@ extern void vma_iterate (vma_iterate_callback_fn callback, void *data); this platform. Note that even when this macro is defined, vma_iterate() may still fail to find any virtual memory area, for example if /proc is not mounted. */ -#if defined __linux__ || defined __FreeBSD__ || defined __NetBSD__ || defined __sgi || defined __osf__ || (defined __APPLE__ && defined __MACH__) || (defined _WIN32 || defined __WIN32__) || defined __CYGWIN__ || defined __BEOS__ || defined __HAIKU__ +#if defined __linux__ || defined __FreeBSD__ || defined __NetBSD__ || defined __sgi || defined __osf__ || (defined __APPLE__ && defined __MACH__) || (defined _WIN32 || defined __WIN32__) || defined __CYGWIN__ || defined __BEOS__ || defined __HAIKU__ || HAVE_MQUERY # define VMA_ITERATE_SUPPORTED 1 #endif