]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - README.tunables
tunables: Add support for tunables of uint64_t type
[thirdparty/glibc.git] / README.tunables
index 3f16b5d8275c5a9bf75908d5c568e44f898263e3..0e9b0d7a470aabc2344ad997fca03c7663de0419 100644 (file)
@@ -48,7 +48,8 @@ TOP_NAMESPACE {
 The list of allowed attributes are:
 
 - type:                        Data type.  Defaults to STRING.  Allowed types are:
-                       INT_32, SIZE_T and STRING.
+                       INT_32, UINT_64, SIZE_T and STRING.  Numeric types may
+                       be in octal or hexadecimal format too.
 
 - minval:              Optional minimum acceptable value.  For a string type
                        this is the minimum length of the value.