Skip to content

Commit

Permalink
[WRAPPED] Added monstartup (#2241)
Browse files Browse the repository at this point in the history
* [WRAPPED] Added monstartup

* [WRAPPED] Added monstartup for not defined STATICBUILD

* [WRAPPED] Fix monstartup wrong signature

* [WRAPPED] Change monstartup signature about STATICBUILD

* [WRAPPED] monstartup is WEAK symbol.
  • Loading branch information
xiangzhai authored Jan 8, 2025
1 parent b5de464 commit c65910f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/wrapped/wrappedlibc_private.h
Original file line number Diff line number Diff line change
Expand Up @@ -1324,7 +1324,11 @@ GOWD(modfl, DFDp, modf)
//GOW(modify_ldt,
//GOW(moncontrol,
//GO(__monstartup,
//GOW(monstartup,
#ifdef STATICBUILD
//GOW(monstartup, vFLL)
#else
GOW(monstartup, vFLL)
#endif
//DATA(__morecore,
GOW(mount, iFpppLp)
GO(mprobe, iFp)
Expand Down

0 comments on commit c65910f

Please sign in to comment.