mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-12 16:10:54 +00:00
Update copyright notices
Fri Feb 9 16:53:29 2007 Søren Sandmann <sandmann@redhat.com> * Update copyright notices svn path=/trunk/; revision=350
This commit is contained in:
committed by
Søren Sandmann Pedersen
parent
c1025c6b44
commit
c541052c19
@ -309,6 +309,10 @@ typedef struct
|
||||
GHashTable *unique_cmdlines;
|
||||
} ResolveInfo;
|
||||
|
||||
/* Note that 'unique_symbols' is a direct_hash table. Ie., we
|
||||
* rely on the address of symbol strings being different for different
|
||||
* symbols.
|
||||
*/
|
||||
static char *
|
||||
unique_dup (GHashTable *unique_symbols, const char *sym)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user