https://sourceware.org/bugzilla/show_bug.cgi?id=32241

--- Comment #2 from Sam James <sam at gentoo dot org> ---
OK, it isn't inline:

char *
get_prog_name (int basename)
{
  char *nm = NULL;
  if (theApplication)
    {
      nm = theApplication->get_name ();
      if (nm && basename)
        nm = get_basename (nm);
    }
  return nm;
}

But it is in an extern "C" block in gprofng/src/util.h.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Reply via email to