diff options
author | Roland McGrath <roland@gnu.org> | 2005-07-07 23:19:57 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2005-07-07 23:19:57 +0000 |
commit | 73d3008bda4af845769b62256b2a48c09e5afe59 (patch) | |
tree | c91e6586ed22cb80caa1b75b9f5d13f7b8554447 | |
parent | 04395c90fce0f209fd71e19898e64c6614c908a1 (diff) | |
download | glibc-73d3008bda4af845769b62256b2a48c09e5afe59.tar glibc-73d3008bda4af845769b62256b2a48c09e5afe59.tar.gz glibc-73d3008bda4af845769b62256b2a48c09e5afe59.tar.bz2 glibc-73d3008bda4af845769b62256b2a48c09e5afe59.zip |
2005-07-02 Roland McGrath <roland@redhat.com>
* Makeconfig: Comment fix.
-rw-r--r-- | nptl/Makeconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nptl/Makeconfig b/nptl/Makeconfig index e7beea0ede..681d76f61f 100644 --- a/nptl/Makeconfig +++ b/nptl/Makeconfig @@ -1,4 +1,4 @@ -# Copyright (C) 2002, 2003 Free Software Foundation, Inc. +# Copyright (C) 2002, 2003, 2005 Free Software Foundation, Inc. # This file is part of the GNU C Library. # Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. @@ -17,7 +17,7 @@ # Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA # 02111-1307 USA. -# Makeconfig fragment for linuxthreads add-on. +# Makeconfig fragment for NPTL add-on. # This gets included at the end of the main glibc Makeconfig. have-thread-library = yes |