OSDN Git Service

Hope it solves JBG's problem, why didn't it bail out here?
authorPeter S. Mazinger <ps.m@gmx.net>
Fri, 16 Dec 2005 15:09:24 +0000 (15:09 -0000)
committerPeter S. Mazinger <ps.m@gmx.net>
Fri, 16 Dec 2005 15:09:24 +0000 (15:09 -0000)
libc/misc/glob/glob.c

index 6c1e035..ea87d37 100644 (file)
@@ -324,7 +324,11 @@ __globfree (pglob)
       free ((__ptr_t) pglob->gl_pathv);
     }
 }
+#ifdef __GLOB64
+strong_alias(__globfree64,globfree64)
+#else
 strong_alias(__globfree,globfree)
+#endif
 
 
 /* Do a collated comparison of A and B.  */