File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -272,11 +272,10 @@ char *kdbgetenv(const char *match)
272
272
* kdballocenv - This function is used to allocate bytes for
273
273
* environment entries.
274
274
* Parameters:
275
- * match A character string representing a numeric value
276
- * Outputs:
277
- * *value the unsigned long representation of the env variable 'match'
275
+ * bytes The number of bytes to allocate in the static buffer.
278
276
* Returns:
279
- * Zero on success, a kdb diagnostic on failure.
277
+ * A pointer to the allocated space in the buffer on success.
278
+ * NULL if bytes > size available in the envbuffer.
280
279
* Remarks:
281
280
* We use a static environment buffer (envbuffer) to hold the values
282
281
* of dynamically generated environment variables (see kdb_set). Buffer
You can’t perform that action at this time.
0 commit comments