Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
argo
aml
Commits
719e2de8
Commit
719e2de8
authored
Oct 02, 2020
by
Swann Perarnau
Browse files
[fix] missing _GNU_SOURCE definition in places
Add config.h to files that depend on _GNU_SOURCE for symbols. See
#44
.
parent
5d77177f
Pipeline
#11477
failed with stages
in 4 minutes and 40 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/area/hwloc.c
View file @
719e2de8
...
...
@@ -8,6 +8,8 @@
* SPDX-License-Identifier: BSD-3-Clause
******************************************************************************/
#include
"config.h"
#include
<sys/mman.h>
#include
"aml.h"
...
...
tests/area/test_hwloc.c
View file @
719e2de8
...
...
@@ -7,9 +7,11 @@
*
* SPDX-License-Identifier: BSD-3-Clause
*******************************************************************************/
#include
"config.h"
#include
<assert.h>
#include
<hwloc.h>
#include
<stdlib.h>
#include
"aml.h"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment