changeset 13361:c9d84342971f

10l
author faust3
date Fri, 17 Sep 2004 10:37:56 +0000
parents 1f09ac7b543a
children ca2033826d21
files loader/ldt_keeper.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/loader/ldt_keeper.c	Fri Sep 17 09:56:09 2004 +0000
+++ b/loader/ldt_keeper.c	Fri Sep 17 10:37:56 2004 +0000
@@ -34,7 +34,7 @@
 extern "C" {
 #endif
 /// declare modify_ldt with the _syscall3 macro for older glibcs
-#if defined(__GLIBC__) &&  (__GLIBC__ < 2 || (__GLIBC__ == 2 && __GLIBC_MINOR == 0))
+#if defined(__GLIBC__) &&  (__GLIBC__ < 2 || (__GLIBC__ == 2 && __GLIBC_MINOR__ == 0))
 _syscall3( int, modify_ldt, int, func, void *, ptr, unsigned long, bytecount );
 #else
 int modify_ldt(int func, void *ptr, unsigned long bytecount);