diff options
author | Carmelo Amoroso <carmelo.amoroso@st.com> | 2008-11-17 17:59:50 +0000 |
---|---|---|
committer | Carmelo Amoroso <carmelo.amoroso@st.com> | 2008-11-17 17:59:50 +0000 |
commit | 312cdbc101048128ba05714f4eca84e7d70af3dd (patch) | |
tree | 13f56f563d9e4abce8e5beefab36a54b3134463d /libc/misc/internals | |
parent | d283ad2356f2e1f282ea3ccdb0f0ddf522481437 (diff) | |
download | uClibc-alpine-312cdbc101048128ba05714f4eca84e7d70af3dd.tar.bz2 uClibc-alpine-312cdbc101048128ba05714f4eca84e7d70af3dd.tar.xz |
Synch with trunk @ 24075.
Step 6: libc/misc
Diffstat (limited to 'libc/misc/internals')
-rw-r--r-- | libc/misc/internals/tempname.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/misc/internals/tempname.c b/libc/misc/internals/tempname.c index 0883259bd..c963eae1f 100644 --- a/libc/misc/internals/tempname.c +++ b/libc/misc/internals/tempname.c @@ -75,7 +75,7 @@ static int direxists (const char *dir) int attribute_hidden ___path_search (char *tmpl, size_t tmpl_len, const char *dir, const char *pfx /*, int try_tmpdir*/) { - //const char *d; + /*const char *d; */ size_t dlen, plen; if (!pfx || !pfx[0]) |