[rtems commit] samples/fileio: Fix configuration

Sebastian Huber sebh at rtems.org
Thu Apr 3 10:45:46 UTC 2014


Module:    rtems
Branch:    master
Commit:    1a6093dc6035a8957f48da69e542d5e8dc77d33b
Changeset: http://git.rtems.org/rtems/commit/?id=1a6093dc6035a8957f48da69e542d5e8dc77d33b

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Thu Apr  3 12:52:33 2014 +0200

samples/fileio: Fix configuration

---

 testsuites/samples/fileio/system.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/testsuites/samples/fileio/system.h b/testsuites/samples/fileio/system.h
index eaf40e0..568e7d6 100644
--- a/testsuites/samples/fileio/system.h
+++ b/testsuites/samples/fileio/system.h
@@ -48,7 +48,7 @@ rtems_task Init(
 #endif
 
 #define CONFIGURE_MAXIMUM_POSIX_KEYS             1
-#define CONFIGURE_MAXIMUM_POSIX_KEY_VALUE_PAIRS  1
+#define CONFIGURE_MAXIMUM_POSIX_KEY_VALUE_PAIRS  2
 
 #if FILEIO_BUILD
   #define CONFIGURE_APPLICATION_NEEDS_LIBBLOCK




More information about the vc mailing list