Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 184301
Collapse All | Expand All

(-)gmodule/gmodule-dl.c.orig (+4 lines)
Lines 104-109 Link Here
104
static gpointer
104
static gpointer
105
_g_module_self (void)
105
_g_module_self (void)
106
{
106
{
107
#ifndef __FreeBSD__
107
  gpointer handle;
108
  gpointer handle;
108
  
109
  
109
  /* to query symbols from the program itself, special link options
110
  /* to query symbols from the program itself, special link options
Lines 115-120 Link Here
115
    g_module_set_error (fetch_dlerror (TRUE));
116
    g_module_set_error (fetch_dlerror (TRUE));
116
  
117
  
117
  return handle;
118
  return handle;
119
#else
120
  return RTLD_DEFAULT;
121
#endif
118
}
122
}
119
123
120
static void
124
static void

Return to bug 184301