sysdeps/generic

Kaz Kojima kkojima@rr.iij4u.or.jp
Thu Dec 15 09:48:00 GMT 2005


> There are most likely problems for other archs lurking.  So, test it out.

The attached tiny change is needed for SH.

Regards,
	kaz
--
2005-12-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>

	* sysdeps/gnu/glob64.c: Adjust for files moving out of
	sysdeps/generic.

diff -uprN ORIG/libc/sysdeps/gnu/glob64.c LOCAL/libc/sysdeps/gnu/glob64.c
--- ORIG/libc/sysdeps/gnu/glob64.c	2004-07-02 02:39:25.000000000 +0900
+++ LOCAL/libc/sysdeps/gnu/glob64.c	2005-12-15 15:35:35.000000000 +0900
@@ -19,7 +19,7 @@
 
 #define COMPILE_GLOB64	1
 
-#include <sysdeps/generic/glob.c>
+#include <posix/glob.c>
 
 libc_hidden_def (glob64)
 libc_hidden_def (globfree64)



More information about the Libc-hacker mailing list