diff options
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 |