svn commit: trunk/uClibc/libc/sysdeps/linux/common

vapier at uclibc.org vapier at uclibc.org
Tue Jun 20 22:44:13 UTC 2006


Author: vapier
Date: 2006-06-20 15:44:11 -0700 (Tue, 20 Jun 2006)
New Revision: 15447

Log:
dont bother exporting modify_ldt() either

Modified:
   trunk/uClibc/libc/sysdeps/linux/common/modify_ldt.c


Changeset:
Modified: trunk/uClibc/libc/sysdeps/linux/common/modify_ldt.c
===================================================================
--- trunk/uClibc/libc/sysdeps/linux/common/modify_ldt.c	2006-06-20 22:38:00 UTC (rev 15446)
+++ trunk/uClibc/libc/sysdeps/linux/common/modify_ldt.c	2006-06-20 22:44:11 UTC (rev 15447)
@@ -7,9 +7,14 @@
  * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
  */
 
+/* Nobody really uses this ... */
+#if 0
+
 #include "syscalls.h"
 
+#ifdef __NR_modify_ldt
 int modify_ldt (int func, void *ptr, unsigned long bytecount);
-#ifdef __NR_modify_ldt
 _syscall3(int, modify_ldt, int, func, void *, ptr, unsigned long, bytecount);
 #endif
+
+#endif




More information about the uClibc-cvs mailing list