diff options
Diffstat (limited to 'libc/include/sys/_system_properties.h')
-rw-r--r-- | libc/include/sys/_system_properties.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/include/sys/_system_properties.h b/libc/include/sys/_system_properties.h index 42a7f6c..a21a561 100644 --- a/libc/include/sys/_system_properties.h +++ b/libc/include/sys/_system_properties.h @@ -42,8 +42,8 @@ typedef struct prop_msg prop_msg; #define PROP_SERVICE_NAME "property_service" -/* #define PROP_MAX_ENTRIES 247 */ -/* 247 -> 32620 bytes (<32768) */ +/* #define PROP_MAX_ENTRIES 226 */ +/* 226 -> 32664 bytes (<32768) */ #define TOC_NAME_LEN(toc) ((toc) >> 24) #define TOC_TO_INFO(area, toc) ((prop_info*) (((char*) area) + ((toc) & 0xFFFFFF))) |