public inbox for libc-hacker@sourceware.org
 help / color / mirror / Atom feed
From: Kaz Kojima <kkojima@rr.iij4u.or.jp>
To: libc-hacker@sources.redhat.com
Subject: Re: sysdeps/generic
Date: Thu, 15 Dec 2005 09:48:00 -0000	[thread overview]
Message-ID: <20051215.184830.35502297.kkojima@rr.iij4u.or.jp> (raw)
In-Reply-To: <439FDBEE.6070608@redhat.com>

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

      parent reply	other threads:[~2005-12-15  9:48 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-12-14  8:48 sysdeps/generic Ulrich Drepper
2005-12-14 13:43 ` sysdeps/generic Andreas Schwab
2005-12-14 15:59 ` sysdeps/generic Ulrich Drepper
2005-12-14 23:20 ` sysdeps/generic Andreas Schwab
2005-12-15 21:15   ` sysdeps/generic Roland McGrath
2005-12-15  9:48 ` Kaz Kojima [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20051215.184830.35502297.kkojima@rr.iij4u.or.jp \
    --to=kkojima@rr.iij4u.or.jp \
    --cc=libc-hacker@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).