From ab415f95a9ee784f0aa2131d237455ed6aad2dde Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 9 Oct 2013 08:56:49 +0200 Subject: Use extension to attach a struct thread to threads Add test thread01. --- testsuite/include/rtems/bsd/test/default-init.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'testsuite/include/rtems/bsd/test/default-init.h') diff --git a/testsuite/include/rtems/bsd/test/default-init.h b/testsuite/include/rtems/bsd/test/default-init.h index 8e0dfc44..09f1f09c 100644 --- a/testsuite/include/rtems/bsd/test/default-init.h +++ b/testsuite/include/rtems/bsd/test/default-init.h @@ -41,6 +41,8 @@ rtems_task Init( #define CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS 32 +#define CONFIGURE_MAXIMUM_USER_EXTENSIONS 1 + #define CONFIGURE_UNLIMITED_OBJECTS #define CONFIGURE_UNIFIED_WORK_AREAS @@ -57,7 +59,6 @@ rtems_task Init( #include -#define CONFIGURE_NEED_NET /* only include FXP and PCI for i386/pc386 for debug on qemu (for now) */ #if defined(i386) #define CONFIGURE_NEED_PCIB -- cgit v1.2.3