zclllyybb commented on code in PR #52820:
URL: https://github.com/apache/doris/pull/52820#discussion_r2193898429


##########
be/src/glibc-compatibility/glibc-compatibility.c:
##########
@@ -175,6 +175,15 @@ void __explicit_bzero_chk(void * buf, size_t len, size_t 
unused)
     explicit_bzero(buf, len);
 }
 
+int snprintf(char* __restrict __s, size_t __maxlen, const char* __restrict 
__format, ...);

Review Comment:
   where does this symbol link to? add a comment? maybe explicit add a `extern` 
modifier is a good idea



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to