jlaitine commented on code in PR #8026: URL: https://github.com/apache/nuttx/pull/8026#discussion_r1065406482
########## mm/shm/shmat.c: ########## @@ -32,11 +32,39 @@ #include <nuttx/sched.h> #include <nuttx/arch.h> #include <nuttx/pgalloc.h> +#include <nuttx/mm/map.h> #include "shm/shm.h" #ifdef CONFIG_MM_SHM +/**************************************************************************** + * Private Function Prototypes + ****************************************************************************/ + +int shmdt_priv(FAR struct task_group_s *group, FAR const void *shmaddr, Review Comment: done -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org