Simplify this file a bit, and make it not rely on atomic pointer writes.

2006-07-30  Soren Sandmann <sandmann@redhat.com>

	* signal-handler.c: Simplify this file a bit, and make it not rely
	on atomic pointer writes.
This commit is contained in:
Soren Sandmann
2006-07-31 02:12:23 +00:00
committed by Søren Sandmann Pedersen
parent 144e440ff2
commit 5efd06051c
3 changed files with 51 additions and 68 deletions

View File

@ -402,7 +402,7 @@ profile_list_callers (Profile *profile,
GHashTable *all_ancestors;
GList *all, *list;
/* Build a list of those ancestor that should get assigned
/* Build a list of those ancestors that should get assigned
* totals. If this callee does not have any recursive calls
* higher up, that means all of it's ancestors. If it does
* have a recursive call, only the one between this node