xiaoxiang781216 commented on code in PR #13999: URL: https://github.com/apache/nuttx/pull/13999#discussion_r1793561597
########## include/unistd.h: ########## @@ -466,6 +466,9 @@ int getentropy(FAR void *buffer, size_t length); void sync(void); int syncfs(int fd); +int profil(FAR unsigned short *buf, size_t bufsiz, Review Comment: no, it is the public symbol used by other OS: https://man7.org/linux/man-pages/man3/profil.3.html -- 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]
