A previous change increased the task name size allocation by one to hold a NUL terminator. This changes reduces the configured name size by one so that no additional memory is used

This commit is contained in:
Gregory Nutt
2014-12-17 12:30:26 -06:00
parent ae7e44eb1b
commit 32238fa2bc
55 changed files with 55 additions and 55 deletions
+1 -1
View File
@@ -160,7 +160,7 @@ CONFIG_PREALLOC_TIMERS=8
#
CONFIG_USER_ENTRYPOINT="pashello_main"
CONFIG_RR_INTERVAL=0
CONFIG_TASK_NAME_SIZE=32
CONFIG_TASK_NAME_SIZE=31
CONFIG_MAX_TASKS=64
# CONFIG_SCHED_HAVE_PARENT is not set
# CONFIG_SCHED_WAITPID is not set