Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 154513 | Differences between
and this patch

Collapse All | Expand All

(-)clanlib-0.7.8-r2.orig/work/ClanLib-0.7.8/Sources/Core/System/Unix/init_linux.cpp (+1 lines)
Lines 52-57 Link Here
52
	_begin_time = (long) tv.tv_sec*(long) 1000+(long) tv.tv_usec/(long) 1000;
52
	_begin_time = (long) tv.tv_sec*(long) 1000+(long) tv.tv_usec/(long) 1000;
53
53
54
	#ifdef NDEBUG
54
	#ifdef NDEBUG
55
	sighandler_t deinit;
55
	signal(SIGSEGV, deinit);
56
	signal(SIGSEGV, deinit);
56
	#endif
57
	#endif
57
}
58
}

Return to bug 154513