looks good to me
On Fri, Apr 8, 2016 at 4:33 AM, Peng Fan <van.free...@gmail.com> wrote: > define POSIX KEYS and PAIRS to 16, otherwise met: > " > pthread_setspecific(shell_current_env_key) > " > > Signed-off-by: Peng Fan <van.free...@gmail.com> > --- > filesystem/fat_ramdisk/init.c | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/filesystem/fat_ramdisk/init.c b/filesystem/fat_ramdisk/init.c > index 2fff705..62721f1 100644 > --- a/filesystem/fat_ramdisk/init.c > +++ b/filesystem/fat_ramdisk/init.c > @@ -130,6 +130,9 @@ rtems_task Init( > > /* configuration */ > > +#define CONFIGURE_MAXIMUM_POSIX_KEYS 16 > +#define CONFIGURE_MAXIMUM_POSIX_KEY_VALUE_PAIRS 16 > + > #define CONFIGURE_SHELL_COMMANDS_INIT > #define CONFIGURE_SHELL_COMMANDS_ALL > #define CONFIGURE_SHELL_MOUNT_MSDOS > -- > 2.6.2 > > _______________________________________________ > devel mailing list > devel@rtems.org > http://lists.rtems.org/mailman/listinfo/devel _______________________________________________ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel