Skip to content

Commit

Permalink
Update fuck_sym.cpp with GLIBC compatibility functions
Browse files Browse the repository at this point in the history
  • Loading branch information
xicilion committed Oct 15, 2024
1 parent 2c9e66b commit 7f27fb8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/fuck_sym.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@

extern "C" {

#ifndef __THROW
#define __THROW
#endif

// GLIBC_2.14
#ifdef GLIB_C_MEMCPY
__asm__(".symver _memcpy,memcpy@GLIBC_" GLIB_C_MEMCPY);
Expand Down

0 comments on commit 7f27fb8

Please sign in to comment.