summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxconfig01
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2017-02-01 14:48:17 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2017-02-03 11:14:58 +0100
commit07d71279b46142147f73b00ea8b1731e868e484a (patch)
tree48d808279ef7f04eb00a9c57b86038cf943a61f5 /testsuites/psxtests/psxconfig01
parenttermios: Fix static device initalization (diff)
downloadrtems-07d71279b46142147f73b00ea8b1731e868e484a.tar.bz2
Prefix confdefs.h internal def with an underscore
Close #2895.
Diffstat (limited to 'testsuites/psxtests/psxconfig01')
-rw-r--r--testsuites/psxtests/psxconfig01/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/psxtests/psxconfig01/init.c b/testsuites/psxtests/psxconfig01/init.c
index 1513b54d73..433e50ff19 100644
--- a/testsuites/psxtests/psxconfig01/init.c
+++ b/testsuites/psxtests/psxconfig01/init.c
@@ -300,7 +300,7 @@ static rtems_task Init(rtems_task_argument argument)
rtems_test_assert(eno == EAGAIN);
rtems_resource_snapshot_take(&snapshot);
rtems_test_assert(
- snapshot.active_posix_keys == CONFIGURE_POSIX_KEYS
+ snapshot.active_posix_keys == _CONFIGURE_POSIX_KEYS
);
rtems_test_assert(
snapshot.active_posix_key_value_pairs == CONFIGURE_MAXIMUM_POSIX_KEYS