Abhishekmishra2808 commented on code in PR #19585: URL: https://github.com/apache/nuttx/pull/19585#discussion_r3695679645
########## include/unistd.h: ########## @@ -488,6 +488,7 @@ gid_t getgid(void); int seteuid(uid_t uid); uid_t geteuid(void); +int issetugid(void); Review Comment: it’s a public API, same as geteuid/seteuid. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
