From 612bd1c27322a69a98b59193e7d31501688359bd Mon Sep 17 00:00:00 2001 From: Thomas Winischhofer Date: Fri, 29 Oct 2004 02:07:15 +0000 Subject: [PATCH] Add facility for catching signal 4 from driver. This can be used to check for OS SSE support. (Part 2) --- hw/xfree86/loader/xf86sym.c | 1 + 1 file changed, 1 insertion(+) diff --git a/hw/xfree86/loader/xf86sym.c b/hw/xfree86/loader/xf86sym.c index 43f3219eb..f18e04468 100644 --- a/hw/xfree86/loader/xf86sym.c +++ b/hw/xfree86/loader/xf86sym.c @@ -419,6 +419,7 @@ LOOKUP xfree86LookupTab[] = { SYMFUNC(xf86AddEnabledDevice) SYMFUNC(xf86RemoveEnabledDevice) SYMFUNC(xf86InterceptSignals) + SYMFUNC(xf86InterceptSigIll) SYMFUNC(xf86EnableVTSwitch) /* xf86Helper.c */