Skip to content

Commit

Permalink
Fixed FOLLY_ELF_NATIVE_ClASS definition for non-glibc systems
Browse files Browse the repository at this point in the history
  • Loading branch information
maxirmx committed Sep 3, 2024
1 parent f9aa290 commit 43474b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion folly/debugging/symbolizer/Elf.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

#if defined(__ELF_NATIVE_CLASS)
#define FOLLY_ELF_NATIVE_CLASS __ELF_NATIVE_CLASS
#elif defined(__FreeBSD__)
#elif defined(__GNUC__)
#if defined(__LP64__)
#define FOLLY_ELF_NATIVE_CLASS 64
#else
Expand Down

0 comments on commit 43474b2

Please sign in to comment.