diff options
Diffstat (limited to 'libjava/include')
| -rw-r--r-- | libjava/include/posix.h | 2 | ||||
| -rw-r--r-- | libjava/include/win32.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libjava/include/posix.h b/libjava/include/posix.h index 15795ddfdaf..ea4762c6a1b 100644 --- a/libjava/include/posix.h +++ b/libjava/include/posix.h @@ -199,6 +199,6 @@ struct _Jv_AddrInfo; // Given an address, determine the executable or shared object that defines // it and the nearest named symbol. -extern int _Jv_platform_dladdr (const void *addr, _Jv_AddrInfo *info); +extern int _Jv_platform_dladdr (void *addr, _Jv_AddrInfo *info); #endif /* __JV_POSIX_H__ */ diff --git a/libjava/include/win32.h b/libjava/include/win32.h index 26c307c1d47..a461d88f56c 100644 --- a/libjava/include/win32.h +++ b/libjava/include/win32.h @@ -180,6 +180,6 @@ struct _Jv_AddrInfo; // Given an address, determine the executable or shared object that defines // it and the nearest named symbol. -extern int _Jv_platform_dladdr (const void *addr, _Jv_AddrInfo *info); +extern int _Jv_platform_dladdr (void *addr, _Jv_AddrInfo *info); #endif /* __JV_WIN32_H__ */ |

