From: Nick Bowler Date: Wed, 7 Jul 2010 00:21:43 +0000 (-0400) Subject: engine: Define the exit method. X-Git-Url: http://git.draconx.ca/gitweb/upkg.git/commitdiff_plain/7afdb339a5858e73d1ea7d3f6bcc394b84886816?hp=7afdb339a5858e73d1ea7d3f6bcc394b84886816 engine: Define the exit method. Apparently, libltdl falls back to looking up the "unadorned" symbol names if the _LTX_ symbols are not found. This means it finds exit in the C library instead of returning an error, with obvious consequences. ---