diff options
author | David Ng <dng@quicinc.com> | 2010-03-02 14:40:18 -0800 |
---|---|---|
committer | Jessica Gonzalez <c_jgaona@quicinc.com> | 2010-04-13 12:17:46 -0700 |
commit | f6af0af50dbdbd938d2c6769c69ff63db2ca0066 (patch) | |
tree | a73d342a181d71819fc37e85e24495925c2aa87a /libc/include/sys/system_properties.h | |
parent | 536e726490d05964fe4b114ded873d5168619276 (diff) | |
download | bionic-Q8650BSDCANLYA407705.zip bionic-Q8650BSDCANLYA407705.tar.gz bionic-Q8650BSDCANLYA407705.tar.bz2 |
system_property: Trade off 21 property entries for +12 value lengthQ8650BSDCANLYA40771001Q8650BSDCANLYA407710Q8650BSDCANLYA407705Q8650BSDCANLYA4077Q8650BSDCANLYA4076M76XXTSNCJNLYA53404004M76XXTSNCJNLYA53404003M76XXTSNCJNLYA53404002M76XXTSNCJNLYA53404001M76XXTSNCJNLYA5340M76XXTSNCJNLYA53303009M76XXTSNCJNLYA53303007M76XXTSNCJNLYA53303006M76XXTSNCJNLYA53303004M76XXTSNCJNLYA53303003M76XXTSNCJNLYA53303002M76XXTSNCJNLYA5330M76XXTSNCJNLGM53303007
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.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/include/sys/system_properties.h b/libc/include/sys/system_properties.h index 2eb00cd..1b14570 100644 --- a/libc/include/sys/system_properties.h +++ b/libc/include/sys/system_properties.h @@ -32,7 +32,7 @@ typedef struct prop_info prop_info; #define PROP_NAME_MAX 32 -#define PROP_VALUE_MAX 92 +#define PROP_VALUE_MAX 104 /* Look up a system property by name, copying its value and a ** \0 terminator to the provided pointer. The total bytes |