summaryrefslogtreecommitdiffstats
path: root/loader
diff options
context:
space:
mode:
authorfaust3 <faust3@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-09-17 10:37:56 +0000
committerfaust3 <faust3@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-09-17 10:37:56 +0000
commit7b545bbee64469378e4fbfa4b0805cd5459d607f (patch)
treeae146a0413a56f374044f5500413c9b58508a78c /loader
parentf5d3da024c3b7b1bbff74288449c32035530af6b (diff)
downloadmpv-7b545bbee64469378e4fbfa4b0805cd5459d607f.tar.bz2
mpv-7b545bbee64469378e4fbfa4b0805cd5459d607f.tar.xz
10l
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13362 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'loader')
-rw-r--r--loader/ldt_keeper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/ldt_keeper.c b/loader/ldt_keeper.c
index 5b33d51ce3..186ad0bbdc 100644
--- a/loader/ldt_keeper.c
+++ b/loader/ldt_keeper.c
@@ -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);