Gitiles
Code Review
Sign In
review.evervolv.com
/
android_bionic
/
a27d2baa0c1a2ec70f47ea9199b1dd6762c8a349
/
.
/
linker
/
rt.c
blob: d0802ceab8430a429b303afe92c9802f63c19325 [
file
] [
log
] [
blame
]
The Android Open Source Project
a27d2ba
2008-10-21 07:00:00 -0700
[
diff
] [
blame^
]
1
/*
2
* This function is an empty stub where GDB locates a breakpoint to get notified
3
* about linker activity.
4
*/
5
void
__attribute__
((
noinline
))
rtld_db_dlactivity
(
void
)
6
{
7
}
8