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-patched/work/ClanLib-0.7.8/Sources/Core/System/Unix/init_linux.cpp (-1 lines)
Lines 52-58 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;
56
	signal(SIGSEGV, deinit);
55
	signal(SIGSEGV, deinit);
57
	#endif
56
	#endif
58
}
57
}

Return to bug 154513