You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2022/03/20 10:04:04 UTC

[GitHub] [incubator-nuttx] xiaoxiang781216 opened a new pull request #5806: libc: Change the return type of strerror from "const char *" to "char *"

xiaoxiang781216 opened a new pull request #5806:
URL: https://github.com/apache/incubator-nuttx/pull/5806


   ## Summary
   to follow up the spec here:
   https://pubs.opengroup.org/onlinepubs/9699919799/functions/strerror.html
   report by internal CI:
   ```
   01:37:58  /home/work/ssd1/workspace/MiRTOS-CI@5/out/best1600_ep/audio/.unionfs/nuttx/include/string.h:55:17: error: incompatible redeclaration of library function 'strerror' [-Werror,-Wincompatible-library-redeclaration]
   01:37:58  FAR const char *strerror(int);
   ```
   
   ## Impact
   strerror prototype
   
   ## Testing
   Pass CI
   


-- 
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-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #5806: libc: Change the return type of strerror from "const char *" to "char *"

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 commented on pull request #5806:
URL: https://github.com/apache/incubator-nuttx/pull/5806#issuecomment-1073220985


   Related to PR: https://github.com/apache/incubator-nuttx/pull/5476


-- 
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-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-nuttx] xiaoxiang781216 edited a comment on pull request #5806: libc: Change the return type of strerror from "const char *" to "char *"

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 edited a comment on pull request #5806:
URL: https://github.com/apache/incubator-nuttx/pull/5806#issuecomment-1073220985


   Relate to PR: https://github.com/apache/incubator-nuttx/pull/5476


-- 
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-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-nuttx] pkarashchenko merged pull request #5806: libc: Change the return type of strerror from "const char *" to "char *"

Posted by GitBox <gi...@apache.org>.
pkarashchenko merged pull request #5806:
URL: https://github.com/apache/incubator-nuttx/pull/5806


   


-- 
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-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org