PengZheng commented on code in PR #449: URL: https://github.com/apache/celix/pull/449#discussion_r1037727702
########## libs/utils/src/celix_log_utils.c: ########## @@ -95,6 +97,7 @@ celix_log_level_e celix_logUtils_logLevelFromStringWithCheck(const char *str, ce } static inline void celix_logUtils_inlinePrintBacktrace(FILE *stream) { +#ifndef __UCLIBC__ Review Comment: Fixed. -- 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: dev-unsubscr...@celix.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org