[Glibc-bsd-commits] r2562 - trunk/glibc-ports/kfreebsd
Petr Salinger
ps-guest at alioth.debian.org
Tue Jun 2 06:57:24 UTC 2009
Author: ps-guest
Date: 2009-06-02 06:57:23 +0000 (Tue, 02 Jun 2009)
New Revision: 2562
Modified:
trunk/glibc-ports/kfreebsd/kernel-features.h
Log:
add comment in kernel-features.h
Modified: trunk/glibc-ports/kfreebsd/kernel-features.h
===================================================================
--- trunk/glibc-ports/kfreebsd/kernel-features.h 2009-06-01 23:30:13 UTC (rev 2561)
+++ trunk/glibc-ports/kfreebsd/kernel-features.h 2009-06-02 06:57:23 UTC (rev 2562)
@@ -35,6 +35,15 @@
introduced. If somebody cares these values can afterwards be
corrected. */
+/*
+ Beware, the __KFREEBSD_KERNEL_VERSION have different value compared to
+ __FreeBSD_version/__FreeBSD_kernel__version.
+ The transformation is not just prepend 0x to __FreeBSD_kernel_version.
+
+ For changes see i.e.
+ http://www.freebsd.org/doc/en/books/porters-handbook/freebsd-versions.html
+*/
+
/* Real-time signals introduced in FreeBSD 7.x. */
#if __KFREEBSD_KERNEL_VERSION >= 0x70000
# define __ASSUME_REALTIME_SIGNALS 1
More information about the Glibc-bsd-commits
mailing list