mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-07 06:43:00 +03:00
Update.
* sysdeps/generic/unsecvars.h (UNSECURE_ENVVARS): Add missing comma.
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
2001-01-08 Ulrich Drepper <drepper@redhat.com>
|
2001-01-08 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
|
* sysdeps/generic/unsecvars.h (UNSECURE_ENVVARS): Add missing comma.
|
||||||
|
|
||||||
* malloc/memusage.c (me): Use access() to determine whether we
|
* malloc/memusage.c (me): Use access() to determine whether we
|
||||||
should write the output file or not.
|
should write the output file or not.
|
||||||
|
|
||||||
|
@@ -5,7 +5,7 @@
|
|||||||
"LOCPATH", \
|
"LOCPATH", \
|
||||||
"MALLOC_TRACE", \
|
"MALLOC_TRACE", \
|
||||||
"NLSPATH", \
|
"NLSPATH", \
|
||||||
"RESOLV_HOST_CONF" \
|
"RESOLV_HOST_CONF", \
|
||||||
"RES_OPTIONS", \
|
"RES_OPTIONS", \
|
||||||
"TMPDIR", \
|
"TMPDIR", \
|
||||||
"TZDIR"
|
"TZDIR"
|
||||||
|
Reference in New Issue
Block a user