mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-12-23 20:03:43 +01:00
(intern_string): Declare as "inline".
(Logical change 1.151)
This commit is contained in:
parent
a83c8a7397
commit
98f917270f
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
|||
|
||||
#include "internal.h"
|
||||
|
||||
static int
|
||||
static inline int
|
||||
intern_string (unw_addr_space_t as, unw_accessors_t *a,
|
||||
unw_word_t addr, char *buf, size_t buf_len, void *arg)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue