summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxpasswd01
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2014-11-14 15:33:57 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2014-11-20 10:30:22 +0100
commit395e5d4d7aa09f944bfe3aa948a39a0f925b2765 (patch)
treee885aee4ef938c7c6f657965702582ebe5159242 /testsuites/psxtests/psxpasswd01
parentshell: Use crypt_r() in rtems_shell_login_check() (diff)
downloadrtems-395e5d4d7aa09f944bfe3aa948a39a0f925b2765.tar.bz2
libcsupport: Use POSIX key for getgrent()
Diffstat (limited to 'testsuites/psxtests/psxpasswd01')
-rw-r--r--testsuites/psxtests/psxpasswd01/init.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuites/psxtests/psxpasswd01/init.c b/testsuites/psxtests/psxpasswd01/init.c
index 0f0f208f2a..4553ca30d6 100644
--- a/testsuites/psxtests/psxpasswd01/init.c
+++ b/testsuites/psxtests/psxpasswd01/init.c
@@ -184,6 +184,8 @@ rtems_task Init(
#define CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS 6
#define CONFIGURE_MAXIMUM_TASKS 1
+#define CONFIGURE_MAXIMUM_POSIX_KEYS 1
+#define CONFIGURE_MAXIMUM_POSIX_KEY_VALUE_PAIRS 1
#define CONFIGURE_INITIAL_EXTENSIONS RTEMS_TEST_INITIAL_EXTENSION
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE