1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

*** empty log message ***

* string/envz.h (envz_get): Omit const from declaration of return
	type.
This commit is contained in:
Thomas Bushnell, BSG
1996-05-10 13:52:21 +00:00
parent 7cf6f3e0e8
commit 349e97bda6
2 changed files with 5 additions and 3 deletions

View File

@ -33,8 +33,8 @@ char *envz_entry __P ((__const char *__envz, size_t __envz_len,
/* Returns a pointer to the value portion of the entry in ENVZ for NAME, or 0
if there is none. */
const char *envz_get __P ((__const char *__envz, size_t __envz_len,
__const char *__name));
char *envz_get __P ((__const char *__envz, size_t __envz_len,
__const char *__name));
/* Adds an entry for NAME with value VALUE to ENVZ & ENVZ_LEN. If an entry
with the same name already exists in ENVZ, it is removed. If VALUE is