Changeset 1338:bdfbd8be70bc
- Timestamp:
- 09/09/09 00:35:59 (2 years ago)
- Branch:
- default
- File:
-
- 1 edited
-
trunk/src/xexec.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/xexec.cc
r1311 r1338 153 153 #ifndef DL_FAST 154 154 if (dlclose(current->handle) != 0) 155 throw exception::basic(exception::MODULE_XEXEC, XEXECEX_REMOVE , exception::ERRNO_DYNLOAD, 0, dlerror(), __LINE__, __FILE__);155 throw exception::basic(exception::MODULE_XEXEC, XEXECEX_REMOVEXEXEC, exception::ERRNO_DYNLOAD, 0, dlerror(), __LINE__, __FILE__); 156 156 #endif 157 157 }
Note: See TracChangeset
for help on using the changeset viewer.
