[Glibc-bsd-commits] r2669 - trunk/glibc-ports

Aurelien Jarno aurel32 at alioth.debian.org
Fri Jul 24 16:38:43 UTC 2009


Author: aurel32
Date: 2009-07-24 16:38:41 +0000 (Fri, 24 Jul 2009)
New Revision: 2669

Modified:
   trunk/glibc-ports/glibc-sysdeps-2.10.patch
Log:
...and export sysctlnametomib in glibc 2.10


Modified: trunk/glibc-ports/glibc-sysdeps-2.10.patch
===================================================================
--- trunk/glibc-ports/glibc-sysdeps-2.10.patch	2009-07-24 16:22:05 UTC (rev 2668)
+++ trunk/glibc-ports/glibc-sysdeps-2.10.patch	2009-07-24 16:38:41 UTC (rev 2669)
@@ -405,3 +405,15 @@
  /* Set the I/O privilege level to LEVEL.  If LEVEL>3, permission to
     access any I/O port is granted.  This call requires root
     privileges. */
+--- a/ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/Versions
+--- b/ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/Versions
+@@ -81,6 +81,9 @@
+     # functions used in inline functions or macros
+     __libc_sa_len;
+   }
++  GLIBC_2.10 {
++    sysctlnametomib;
++  }
+   GLIBC_PRIVATE {
+     # needed by libpthread.
+     __clone; __libc_fork; __libc_sigaction;




More information about the Glibc-bsd-commits mailing list