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



##########
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:
       in the standards, _exit is in unistd.h, not stdlib.h.
   we have an _exit prototype in unistd.h.
   this prototype in stdlib.h is no longer necessary.




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