From 63585e0a059b5f86417b36052b0180b8dae0faca Mon Sep 17 00:00:00 2001 From: Pixel Date: Sun, 6 Oct 2002 18:40:21 +0000 Subject: Humf... --- generic/Exceptions.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'generic/Exceptions.cpp') diff --git a/generic/Exceptions.cpp b/generic/Exceptions.cpp index 510e0a3..1159cdd 100644 --- a/generic/Exceptions.cpp +++ b/generic/Exceptions.cpp @@ -157,3 +157,7 @@ pid_t xfork() throw (GeneralException) { return p; } + +void xexit(int status) throw (GeneralException) { + throw Exit(status); +} -- cgit v1.2.3