mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-14 17:24:01 +00:00
ICU-157 some AIX fixes
X-SVN-Rev: 257
This commit is contained in:
parent
c41d90475f
commit
9c91314c16
1 changed files with 2 additions and 2 deletions
|
@ -812,7 +812,7 @@ getLibraryPath(char *path, int size) {
|
|||
}
|
||||
# elif defined(LINUX)
|
||||
# elif defined(AIX)
|
||||
void *handle=load(U_COMMON_LIBNAME, L_LIBPATH_EXEC, "."); /* "libicu-uc.a" */
|
||||
void *handle=(void*)load(U_COMMON_LIBNAME, L_LIBPATH_EXEC, "."); /* "libicu-uc.a" */
|
||||
if(handle!=NULL) {
|
||||
uint8_t buffer[4096];
|
||||
struct ld_info *p=NULL;
|
||||
|
@ -845,7 +845,7 @@ getLibraryPath(char *path, int size) {
|
|||
}
|
||||
break;
|
||||
}
|
||||
p=p->l_next;
|
||||
/* p=p->l_next; */
|
||||
}
|
||||
}
|
||||
unload(handle);
|
||||
|
|
Loading…
Add table
Reference in a new issue