Hi,
On Tue, Apr 20, 2010 at 14:33, <sthibaul_at_[hidden]> wrote:
> Author: sthibaul
> Date: 2010-04-20 08:33:33 EDT (Tue, 20 Apr 2010)
> New Revision: 1961
> URL: https://svn.open-mpi.org/trac/hwloc/changeset/1961
>
> Log:
> properly include sched.h to get the sched_setaffinity prototype
> Text files modified:
> Â trunk/config/hwloc.m4 | Â Â 5 ++++-
> Â 1 files changed, 4 insertions(+), 1 deletions(-)
>
> Modified: trunk/config/hwloc.m4
> ==============================================================================
> --- trunk/config/hwloc.m4 Â Â Â (original)
> +++ trunk/config/hwloc.m4 Â Â Â 2010-04-20 08:33:33 EDT (Tue, 20 Apr 2010)
> @@ -379,7 +379,10 @@
> Â Â Â Â AC_MSG_RESULT([yes]),
> Â Â Â Â AC_MSG_RESULT([no])
> Â Â Â )
> - Â Â ])
> + Â Â ], , [[
> +#define GNU_SOURCE
That should be: _GNU_SOURCE. See 'man 7 feature_test_macros'
Bert
> +#include <sched.h>
> +]])
>
> Â Â AC_MSG_CHECKING([for working CPU_SET])
> Â Â AC_LINK_IFELSE(
> _______________________________________________
> hwloc-svn mailing list
> hwloc-svn_at_[hidden]
> http://www.open-mpi.org/mailman/listinfo.cgi/hwloc-svn
>
|