From 84b3fd8407cc9a2e7f487b6247681bd8a78a4560 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Wed, 25 Jul 2012 19:46:22 +0200 Subject: Rename __secure_getenv to secure_getenv --- sysdeps/mach/hurd/tmpfile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdeps/mach') diff --git a/sysdeps/mach/hurd/tmpfile.c b/sysdeps/mach/hurd/tmpfile.c index 94b1380da4..c2aa764916 100644 --- a/sysdeps/mach/hurd/tmpfile.c +++ b/sysdeps/mach/hurd/tmpfile.c @@ -37,7 +37,7 @@ __tmpfile (void) FILE *f; /* Get a port to the directory that will contain the file. */ - const char *dirname = __secure_getenv ("TMPDIR") ?: P_tmpdir; + const char *dirname = __libc_secure_getenv ("TMPDIR") ?: P_tmpdir; file_t dir = __file_name_lookup (dirname, 0, 0); if (dir == MACH_PORT_NULL) return NULL; -- cgit 1.4.1