[Mplayer-cvslog] CVS: main/loader ldt_keeper.c,1.13,1.14
Sascha Sommer CVS
syncmail at mplayerhq.hu
Fri Sep 17 12:37:58 CEST 2004
CVS change done by Sascha Sommer CVS
Update of /cvsroot/mplayer/main/loader
In directory mail:/var2/tmp/cvs-serv22042/loader
Modified Files:
ldt_keeper.c
Log Message:
10l
Index: ldt_keeper.c
===================================================================
RCS file: /cvsroot/mplayer/main/loader/ldt_keeper.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ldt_keeper.c 16 Sep 2004 07:58:19 -0000 1.13
+++ ldt_keeper.c 17 Sep 2004 10:37:56 -0000 1.14
@@ -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);
More information about the MPlayer-cvslog
mailing list