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

Aurelien Jarno aurel32 at alioth.debian.org
Sat Jul 11 10:47:47 UTC 2009


Author: aurel32
Date: 2009-07-11 10:47:46 +0000 (Sat, 11 Jul 2009)
New Revision: 2621

Modified:
   trunk/glibc-ports/glibc-sysdeps-2.10.patch
Log:
Update some sysconf POSIX version for version 2.10


Modified: trunk/glibc-ports/glibc-sysdeps-2.10.patch
===================================================================
--- trunk/glibc-ports/glibc-sysdeps-2.10.patch	2009-07-11 02:11:39 UTC (rev 2620)
+++ trunk/glibc-ports/glibc-sysdeps-2.10.patch	2009-07-11 10:47:46 UTC (rev 2621)
@@ -308,3 +308,14 @@
  
  /* Neither process nor thread sporadic server interfaces is available.  */
  #define _POSIX_SPORADIC_SERVER	-1
+--- a/ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/sysconf.c
++++ b/ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/sysconf.c
+@@ -36,7 +36,7 @@
+ #if HP_TIMING_AVAIL
+       // XXX We can add  here test for machines which cannot support a
+       // XXX usable TSC.
+-      return 200112L;
++      return 200809L;
+ #else
+       return -1;
+ #endif




More information about the Glibc-bsd-commits mailing list