summaryrefslogtreecommitdiffstats
path: root/loader
diff options
context:
space:
mode:
Diffstat (limited to 'loader')
-rw-r--r--loader/ldt_keeper.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/loader/ldt_keeper.c b/loader/ldt_keeper.c
index ec2de5dbd0..cc0b2393bc 100644
--- a/loader/ldt_keeper.c
+++ b/loader/ldt_keeper.c
@@ -62,8 +62,8 @@ int modify_ldt(int func, void *ptr, unsigned long bytecount);
#include <sys/segment.h>
#include <sys/sysi86.h>
-/* solaris x86: add missing prototype for sysi86() */
-#ifdef HAVE_SYSI86
+/* solaris x86: add missing prototype for sysi86(), but only when sysi86(int, void*) is known to be valid */
+#ifdef HAVE_SYSI86_iv
#ifdef __cplusplus
extern "C" {
#endif