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 2021/07/04 13:50:31 UTC

[GitHub] [incubator-nuttx] no1wudi opened a new pull request #4062: libc: Move atexit/on_exit to user space

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


   ## Summary
   * Remove dedicate atexit implemention since atexit and on_exit share the same infrastructure
   * Add a new syscall SYS_nxtask_onexit for drop to user space and exexute cleanup functions
   
   ## Impact
   None
   ## Testing
   maix-bit:nsh & maix-bit:knsh
   


-- 
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] no1wudi closed pull request #4062: libc: Move atexit/on_exit to user space

Posted by GitBox <gi...@apache.org>.
no1wudi closed pull request #4062:
URL: https://github.com/apache/incubator-nuttx/pull/4062


   


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