summaryrefslogtreecommitdiff
path: root/hw/xfree86/os-support/shared
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu.herrb@laas.fr>2005-04-01 21:28:50 +0000
committerMatthieu Herrb <matthieu.herrb@laas.fr>2005-04-01 21:28:50 +0000
commitfe37cc7e7b3036e538930c16bbdb39a7915b1685 (patch)
tree3e7e99ef39e2eada1779f975f7d12e6b9e418057 /hw/xfree86/os-support/shared
parentef60998a828951e61f1480e29c2fec62e7454bbc (diff)
programs/Xserver/hw/xfree86/loader/xf86sym.c
programs/Xserver/hw/xfree86/os-support/shared/libc_wrapper.c Fix setjump0 declaration for DllLoader.
Diffstat (limited to 'hw/xfree86/os-support/shared')
-rw-r--r--hw/xfree86/os-support/shared/libc_wrapper.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/hw/xfree86/os-support/shared/libc_wrapper.c b/hw/xfree86/os-support/shared/libc_wrapper.c
index d02292231..cd92886ff 100644
--- a/hw/xfree86/os-support/shared/libc_wrapper.c
+++ b/hw/xfree86/os-support/shared/libc_wrapper.c
@@ -2123,6 +2123,12 @@ xf86setjmp1(xf86jmp_buf env, int arg2)
FatalError("setjmp: type 1 called instead of type %d", xf86getjmptype());
}
+int
+xf86setjmp0(xf86jmp_buf env)
+{
+ return setjmp((void *)env);
+}
+
#endif /* HAS_GLIBC_SIGSETJMP */
int