This is the mail archive of the libc-hacker@sourceware.org mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: sysdeps/generic


> 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)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]