aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2005-12-23 05:09:31 +0000
committerRoland McGrath <roland@gnu.org>2005-12-23 05:09:31 +0000
commit879f3ca686bdf17e7f93d7761e903e262753261d (patch)
treeb733eead1695574428dd565ce0c85a6acdba6410
parent5d7e54301693eb188bb61fdc653a32964550ab4e (diff)
downloadglibc-879f3ca686bdf17e7f93d7761e903e262753261d.zip
glibc-879f3ca686bdf17e7f93d7761e903e262753261d.tar.gz
glibc-879f3ca686bdf17e7f93d7761e903e262753261d.tar.bz2
* sysdeps/pthread/sigaction.c: Use "" instead of <> to include self,
so that #include_next's search location is not reset to the -I.. directory where <nptl/...> can be found.
-rw-r--r--nptl/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index c7c2acb..9a171ef 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -1,3 +1,9 @@
+2005-12-22 Roland McGrath <roland@redhat.com>
+
+ * sysdeps/pthread/sigaction.c: Use "" instead of <> to include self,
+ so that #include_next's search location is not reset to the -I..
+ directory where <nptl/...> can be found.
+
2005-12-22 Ulrich Drepper <drepper@redhat.com>
[BZ #1913]