Changeset 191 for clamav/trunk/libltdl/ltdl.c
- Timestamp:
- Oct 30, 2010, 5:23:18 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified clamav/trunk/libltdl/ltdl.c ¶
r189 r191 233 233 /* Now open all the preloaded module loaders, so the application 234 234 can use _them_ to lt_dlopen its own modules. */ 235 #ifndef __KLIBC__ 235 236 #ifdef HAVE_LIBDLLOADER 236 237 if (!errors) … … 244 245 } 245 246 #endif /* HAVE_LIBDLLOADER */ 247 #endif // __KLIBC__ 246 248 } 247 249
Note:
See TracChangeset
for help on using the changeset viewer.