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 2020/06/04 13:53:13 UTC

[GitHub] [incubator-nuttx] xiaoxiang781216 opened a new pull request #1194: arch: Rename _exit to up_exit to follow the naming convention

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


   ## Summary
   
   ## Impact
   
   ## Testing
   
   


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

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



[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #1194: arch: Rename _exit to up_exit to follow the naming convention

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


   > Humm.. It was probably a mistake to merge this one. _exit is the standard name for this function. See https://linux.die.net/man/2/_exit
   
   _exit still exist here:
   https://github.com/apache/incubator-nuttx/pull/1194/files#diff-e83159a0d25bf3928fb3d29123fe383bR53
   The difference is that the arch layer implement up_exit instead _exit. The change make the arch layer more consistent.


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

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



[GitHub] [incubator-nuttx] Ouss4 merged pull request #1194: arch: Rename _exit to up_exit to follow the naming convention

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


   


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

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



[GitHub] [incubator-nuttx] patacongo commented on pull request #1194: arch: Rename _exit to up_exit to follow the naming convention

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


   Humm..   It was probably a mistake to merge this one.  _exit is the standard name for this function.  See https://linux.die.net/man/2/_exit


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

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