Re: [examples-v2 2/2] fat_ramdisk: define POSIX keys number

2016-04-08 Thread Gedare Bloom
looks good to me On Fri, Apr 8, 2016 at 4:33 AM, Peng Fan wrote: > define POSIX KEYS and PAIRS to 16, otherwise met: > " > pthread_setspecific(shell_current_env_key) > " > > Signed-off-by: Peng Fan > --- > filesystem/fat_ramdisk/init.c | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a

[examples-v2 2/2] fat_ramdisk: define POSIX keys number

2016-04-08 Thread Peng Fan
define POSIX KEYS and PAIRS to 16, otherwise met: " pthread_setspecific(shell_current_env_key) " Signed-off-by: Peng Fan --- 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 1