diff options
Diffstat (limited to 'include/lib/stdlib')
-rw-r--r-- | include/lib/stdlib/sys/uuid.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/lib/stdlib/sys/uuid.h b/include/lib/stdlib/sys/uuid.h index d43b6419..6d935bd6 100644 --- a/include/lib/stdlib/sys/uuid.h +++ b/include/lib/stdlib/sys/uuid.h @@ -37,6 +37,9 @@ /* Length of a node address (an IEEE 802 address). */ #define _UUID_NODE_LEN 6 +/* Length of UUID string including dashes. */ +#define _UUID_STR_LEN 36 + /* * See also: * http://www.opengroup.org/dce/info/draft-leach-uuids-guids-01.txt |