raiden00pl commented on code in PR #16396:
URL: https://github.com/apache/nuttx/pull/16396#discussion_r2093982218


##########
tools/nxstyle.c:
##########
@@ -719,6 +723,63 @@ static void show_usage(char *progname, int exitcode, char 
*what)
   exit(exitcode);
 }
 
+#ifndef HAVE_STRNDUP
+/********************************************************************************
+ * Name: my_strndup
+ *
+ * Description:
+ *   Duplicate a specific number of bytes from a string.
+ *   Implementation of strndup() for Windows Native
+ *   MinGW does not seem to provide strndup
+ 
********************************************************************************/

Review Comment:
   ```suggestion
    *   MinGW does not seem to provide strndup
    *
    
********************************************************************************/
   ```
   
   look at https://github.com/apache/nuttx/issues/12133



-- 
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

Reply via email to