Skip to content

Commit

Permalink
Update config.h
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfpld authored Sep 10, 2023
1 parent ecad2ee commit e68f9a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/libbacktrace/config.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#include <limits.h>
#if defined(__linux__) && !defined(__GLIBC__) && !defined(__WORDSIZE)
// include __WORDSIZE headers for musl
#include <bits/reg.h>
# include <bits/reg.h>
#endif
#if __WORDSIZE == 64
# define BACKTRACE_ELF_SIZE 64
Expand Down

0 comments on commit e68f9a8

Please sign in to comment.