Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_bionic
/
a27d2baa0c1a2ec70f47ea9199b1dd6762c8a349
/
.
/
linker
/
rt.c
blob: d0802ceab8430a429b303afe92c9802f63c19325 [
file
] [
log
] [
blame
]
/*
* This function is an empty stub where GDB locates a breakpoint to get notified
* about linker activity.
*/
void
__attribute__
((
noinline
))
rtld_db_dlactivity
(
void
)
{
}