diff options
Diffstat (limited to 'gdb/solib.c')
-rw-r--r-- | gdb/solib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/solib.c b/gdb/solib.c index 6247b8a..cc60196 100644 --- a/gdb/solib.c +++ b/gdb/solib.c @@ -1568,7 +1568,7 @@ solib_create_inferior_hook() return; } -#ifndef BKPT_AT_SYMBOL +#ifndef SVR4_SHARED_LIBS /* Only SunOS needs the loop below, other systems should be using the special shared library breakpoints and the shared library breakpoint service routine. |