xiaoxiang781216 commented on a change in pull request #1321:
URL: https://github.com/apache/incubator-nuttx/pull/1321#discussion_r448170872



##########
File path: include/stdlib.h
##########
@@ -147,15 +146,7 @@ int       on_exit(CODE void (*func)(int, FAR void *), FAR 
void *arg);
 /* _Exit() is a stdlib.h equivalent to the unistd.h _exit() function */
 
 void      _exit(int status); /* See unistd.h */

Review comment:
       No, we can't, because all exit/_exit/_Exit specify in the standard:
   https://linux.die.net/man/3/_exit
   https://en.cppreference.com/w/c/program/exit
   https://en.cppreference.com/w/c/program/_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:
[email protected]


Reply via email to