From 78c62942f560d0a82ea83e1b65677ad20f890671 Mon Sep 17 00:00:00 2001
From: "Peter S. Mazinger" <ps.m@gmx.net>
Date: Fri, 16 Dec 2005 15:09:24 +0000
Subject: Hope it solves JBG's problem, why didn't it bail out here?

---
 libc/misc/glob/glob.c | 4 ++++
 1 file changed, 4 insertions(+)

(limited to 'libc/misc')

diff --git a/libc/misc/glob/glob.c b/libc/misc/glob/glob.c
index 6c1e0351b..ea87d371c 100644
--- a/libc/misc/glob/glob.c
+++ b/libc/misc/glob/glob.c
@@ -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.  */
-- 
cgit v1.2.3