summaryrefslogtreecommitdiffstats
path: root/libc/include/sys/_system_properties.h
diff options
context:
space:
mode:
authorDavid Ng <dng@quicinc.com>2010-03-02 14:40:18 -0800
committerJessica Gonzalez <c_jgaona@quicinc.com>2010-04-13 12:17:46 -0700
commitf6af0af50dbdbd938d2c6769c69ff63db2ca0066 (patch)
treea73d342a181d71819fc37e85e24495925c2aa87a /libc/include/sys/_system_properties.h
parent536e726490d05964fe4b114ded873d5168619276 (diff)
downloadbionic-Q8650BSDCANLYA407710.zip
bionic-Q8650BSDCANLYA407710.tar.gz
bionic-Q8650BSDCANLYA407710.tar.bz2
Increase the maximum property value length by 12 characters (92 to 104 characters maximum) at the expense of 21 property entries (247 to 226). Change-Id: I1ed9dec96c25c8922c432f8d7c56b86ed9201752 CRs-Fixed: 228730
Diffstat (limited to 'libc/include/sys/_system_properties.h')
-rw-r--r--libc/include/sys/_system_properties.h4
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)))