]> git.draconx.ca Git - upkg.git/commit
engine: Define the exit method.
authorNick Bowler <nbowler@draconx.ca>
Wed, 7 Jul 2010 00:21:43 +0000 (20:21 -0400)
committerNick Bowler <nbowler@draconx.ca>
Wed, 7 Jul 2010 00:21:43 +0000 (20:21 -0400)
commit7afdb339a5858e73d1ea7d3f6bcc394b84886816
tree73f52c5a39bfe8a271cabdfc9555a09bda303c22
parentd414b6caf298b8cd6044330678ac5a54a7d10398
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.
src/engine/engine.c