소스 검색

Hope it solves JBG's problem, why didn't it bail out here?

Peter S. Mazinger 20 년 전
부모
커밋
78c62942f5
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      libc/misc/glob/glob.c

+ 4 - 0
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.  */