xiaoxiang781216 commented on code in PR #8868: URL: https://github.com/apache/nuttx/pull/8868#discussion_r1143771518
########## arch/sim/src/sim/posix/sim_hostfs.c: ########## @@ -36,10 +36,56 @@ #include "hostfs.h" +#ifdef CONFIG_HOST_MACOS +#include <mach-o/dyld.h> +#endif + /**************************************************************************** * Private Functions ****************************************************************************/ +/**************************************************************************** + * Name: host_path_convert + ****************************************************************************/ + +static int host_path_convert(const char *path, char *abspath, int buflen) Review Comment: let's do the similar thing for windows too -- 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