From 49d211d45befdafbb8078bf934e4e7e18fcea1ed Mon Sep 17 00:00:00 2001 From: Fred Wright Date: Fri, 20 Jun 2025 23:27:34 -0700 Subject: [PATCH] Update README for boottime fix. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index f19f51d..4f223a2 100644 --- a/README.md +++ b/README.md @@ -314,6 +314,11 @@ Wrapped headers and replaced functions are: Provides a workaround for bug in pthread_get_stacksize_np OSX10.4, OSX10.5, OSX10.9, OSX10.10 + + - + Fixes boottime bug in 64-bit sysctl() and sysctlbyname() + OSX10.5 + For information on building this library outside MacPorts, see BUILDING.txt.