]> git.saurik.com Git - apple/xnu.git/blobdiff - README.md
xnu-3789.70.16.tar.gz
[apple/xnu.git] / README.md
index 5a0601b8ed06cd02691f63dbb5175df195ec1971..2d3ba49a8670d5c131f23cc97298870094bbaaeb 100644 (file)
--- a/README.md
+++ b/README.md
@@ -268,7 +268,8 @@ want to export a function only to kernel level but not user level.
        header files installed in all the paths described above in (1) will not
        have code enclosed within this macro.
 
-    b. `KERNEL_PRIVATE` : Same as PRIVATE
+    b. `KERNEL_PRIVATE` : If true, code is available to all of the xnu kernel and Apple
+        internal kernel extensions.
 
     c. `BSD_KERNEL_PRIVATE` : If true, code is available to the xnu/bsd part of
        the kernel and is not available to rest of the kernel, kernel extensions