Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use 'int' type for backtrace() return value
The libc backtrace() API uses 'int' type for "number of pointers" return value, and backtrace_symbols_fd() accepts this value as argument in 'int' type, too. Using size_t would unnecessarily generate a "-Wshorten-64-to-32" warning in Clang 19.
- Loading branch information