rpms/glibc/devel .cvsignore, 1.91, 1.92 glibc-fedora.patch, 1.70, 1.71 glibc.spec, 1.135, 1.136 sources, 1.107, 1.108 glibc-pread.patch, 1.1, NONE

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Mar 24 09:08:35 UTC 2005


Update of /cvs/dist/rpms/glibc/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv24353/devel

Modified Files:
	.cvsignore glibc-fedora.patch glibc.spec sources 
Removed Files:
	glibc-pread.patch 
Log Message:
auto-import glibc-2.3.4-17 on branch devel from glibc-2.3.4-17.src.rpm


Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/glibc/devel/.cvsignore,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -r1.91 -r1.92
--- .cvsignore	19 Mar 2005 22:00:26 -0000	1.91
+++ .cvsignore	24 Mar 2005 09:08:31 -0000	1.92
@@ -1,2 +1,2 @@
-glibc-20050319T1907.tar.bz2
-glibc-fedora-20050319T1907.tar.bz2
+glibc-20050324T0715.tar.bz2
+glibc-fedora-20050324T0715.tar.bz2

glibc-fedora.patch:
 ChangeLog                                            |   12 
 ChangeLog.11                                         |   21 
 ChangeLog.12                                         |   12 
 ChangeLog.15                                         |   45 ++
 Versions.def                                         |    1 
 csu/elf-init.c                                       |   18 
 debug/Versions                                       |    6 
 debug/fgets_chk.c                                    |    2 
 debug/fgets_u_chk.c                                  |    2 
 debug/getcwd_chk.c                                   |    3 
 debug/getwd_chk.c                                    |    3 
 debug/pread64_chk.c                                  |    3 
 debug/pread_chk.c                                    |    3 
 debug/read_chk.c                                     |    3 
 debug/readlink_chk.c                                 |    3 
 debug/recv_chk.c                                     |    3 
 debug/recvfrom_chk.c                                 |    3 
 debug/tst-chk1.c                                     |    9 
 elf/dl-support.c                                     |    5 
 elf/ldconfig.c                                       |   25 -
 elf/rtld.c                                           |   98 ++++
 elf/tst-tls10.h                                      |    4 
 iconv/iconvconfig.c                                  |   55 +-
 include/features.h                                   |   10 
 intl/locale.alias                                    |    2 
 libio/bits/stdio2.h                                  |   34 -
 libio/stdio.h                                        |    2 
 linuxthreads/ChangeLog                               |   34 +
 linuxthreads/Makefile                                |    7 
 linuxthreads/cancel.c                                |    1 
 linuxthreads/lockfile.c                              |    6 
 linuxthreads/semaphore.h                             |    1 
 linuxthreads/sysdeps/alpha/tls.h                     |   46 +-
 linuxthreads/sysdeps/i386/tls.h                      |    9 
 linuxthreads/sysdeps/ia64/tls.h                      |    9 
 linuxthreads/sysdeps/powerpc/tls.h                   |   12 
 linuxthreads/sysdeps/pthread/Makefile                |   12 
 linuxthreads/sysdeps/pthread/nptl-struct-pthread.sym |   13 
 linuxthreads/sysdeps/s390/tls.h                      |    9 
 linuxthreads/sysdeps/sh/tls.h                        |    9 
 linuxthreads/sysdeps/sparc/tls.h                     |    9 
 linuxthreads/sysdeps/x86_64/tls.h                    |    9 
 linuxthreads/tst-tls1.h                              |    2 
 locale/iso-4217.def                                  |   13 
 locale/programs/3level.h                             |   36 +
 localedata/Makefile                                  |    1 
 localedata/SUPPORTED                                 |    6 
 localedata/locales/cy_GB                             |    7 
 localedata/locales/en_GB                             |    4 
 localedata/locales/en_US                             |    1 
 localedata/locales/no_NO                             |   69 +++
 localedata/locales/zh_TW                             |    6 
 nptl/ChangeLog                                       |   10 
 nptl/Makefile                                        |    8 
 nptl/descr.h                                         |    4 
 nptl/pthread_cond_destroy.c                          |   30 +
 nptl/sysdeps/unix/sysv/linux/kernel-features.h       |    6 
 nscd/connections.c                                   |   52 ++
 nscd/nscd.c                                          |    8 
 nscd/nscd.conf                                       |    4 
 nscd/nscd_conf.c                                     |    5 
 posix/Makefile                                       |   19 
 posix/bits/unistd.h                                  |   58 --
 posix/getconf.speclist.h                             |   15 
 socket/bits/socket2.h                                |   18 
 sysdeps/generic/dl-cache.h                           |    8 
 sysdeps/i386/bits/atomic.h                           |  410 +++++++++++++++++++
 sysdeps/ia64/Makefile                                |    4 
 sysdeps/ia64/ia64libgcc.S                            |  350 ----------------
 sysdeps/ia64/libgcc-compat.c                         |   84 +++
 sysdeps/unix/nice.c                                  |    7 
 sysdeps/unix/sysv/linux/i386/dl-cache.h              |   59 ++
 sysdeps/unix/sysv/linux/ia64/dl-cache.h              |   27 +
 sysdeps/unix/sysv/linux/ia64/dl-procinfo.c           |    5 
 sysdeps/unix/sysv/linux/ia64/dl-procinfo.h           |    5 
 sysdeps/unix/sysv/linux/ia64/ldd-rewrite.sed         |    2 
 sysdeps/unix/sysv/linux/paths.h                      |    2 
 sysdeps/unix/sysv/linux/readonly-area.c              |    5 
 sysdeps/unix/sysv/linux/tcsetattr.c                  |   32 +
 version.h                                            |    2 
 80 files changed, 1413 insertions(+), 544 deletions(-)

Index: glibc-fedora.patch
===================================================================
RCS file: /cvs/dist/rpms/glibc/devel/glibc-fedora.patch,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -r1.70 -r1.71
--- glibc-fedora.patch	19 Mar 2005 22:00:26 -0000	1.70
+++ glibc-fedora.patch	24 Mar 2005 09:08:31 -0000	1.71
@@ -1,6 +1,6 @@
---- glibc-20050319T1907/ChangeLog	19 Mar 2005 17:45:59 -0000	1.9279
-+++ glibc-20050319T1907-fedora/ChangeLog	19 Mar 2005 20:17:57 -0000	1.8782.2.86
-@@ -887,6 +887,18 @@
+--- glibc-20050324T0715/ChangeLog	24 Mar 2005 00:20:39 -0000	1.9292
++++ glibc-20050324T0715-fedora/ChangeLog	24 Mar 2005 08:18:28 -0000	1.8782.2.88
+@@ -968,6 +968,18 @@
  
  	* scripts/soversions.awk: Fix default version set handling.
  
@@ -19,8 +19,8 @@
  2005-02-10  Roland McGrath  <roland at redhat.com>
  
  	[BZ #157]
---- glibc-20050319T1907/ChangeLog.11	10 Nov 2000 03:31:36 -0000	1.1
-+++ glibc-20050319T1907-fedora/ChangeLog.11	22 Sep 2004 21:20:47 -0000	1.1.4.1
+--- glibc-20050324T0715/ChangeLog.11	10 Nov 2000 03:31:36 -0000	1.1
++++ glibc-20050324T0715-fedora/ChangeLog.11	22 Sep 2004 21:20:47 -0000	1.1.4.1
 @@ -1352,6 +1352,11 @@
  	* sysdeps/unix/sysv/linux/mips/sys/tas.h: Add missing .mips0 at the
  	end of inline assembler code.
@@ -70,8 +70,8 @@
  	* sysdeps/arm/bits/huge_val.h (HUGE_VAL, HUGE_VALF): Add
  	__extension__ to hexadecimal floating constant notation.
  	* sysdeps/i386/bits/huge_val.h (HUGE_VAL, HUGE_VALF, HUGE_VALL):
---- glibc-20050319T1907/ChangeLog.12	16 Aug 2001 05:24:54 -0000	1.1
-+++ glibc-20050319T1907-fedora/ChangeLog.12	22 Sep 2004 21:20:47 -0000	1.1.4.1
+--- glibc-20050324T0715/ChangeLog.12	16 Aug 2001 05:24:54 -0000	1.1
++++ glibc-20050324T0715-fedora/ChangeLog.12	22 Sep 2004 21:20:47 -0000	1.1.4.1
 @@ -7729,6 +7729,13 @@
  
  	* Versions.def [ld]: Add GLIBC_2.2.1.
@@ -98,8 +98,8 @@
  2001-01-02  Franz Sirl	<Franz.Sirl-kernel at lauterbach.com>
  
  	* sysdeps/powerpc/dl-machine.c (__process_machine_rela): Fix typo.
---- glibc-20050319T1907/ChangeLog.15	16 Feb 2005 07:34:17 -0000	1.1
-+++ glibc-20050319T1907-fedora/ChangeLog.15	3 Mar 2005 17:29:57 -0000	1.1.6.2
+--- glibc-20050324T0715/ChangeLog.15	16 Feb 2005 07:34:17 -0000	1.1
++++ glibc-20050324T0715-fedora/ChangeLog.15	3 Mar 2005 17:29:57 -0000	1.1.6.2
 @@ -477,6 +477,14 @@
  
  2004-11-26  Jakub Jelinek  <jakub at redhat.com>
@@ -180,8 +180,8 @@
  2004-08-30  Roland McGrath  <roland at frob.com>
  
  	* scripts/extract-abilist.awk: If `lastversion' variable defined, omit
---- glibc-20050319T1907/Versions.def	21 Feb 2005 23:06:21 -0000	1.59
-+++ glibc-20050319T1907-fedora/Versions.def	3 Mar 2005 16:52:24 -0000	1.58.2.2
+--- glibc-20050324T0715/Versions.def	22 Mar 2005 23:52:46 -0000	1.60
++++ glibc-20050324T0715-fedora/Versions.def	24 Mar 2005 08:18:51 -0000	1.58.2.3
 @@ -20,7 +20,6 @@ libc {
    GLIBC_2.3.2
    GLIBC_2.3.3
@@ -190,16 +190,16 @@
  %ifdef USE_IN_LIBIO
    HURD_CTHREADS_0.3
  %endif
---- glibc-20050319T1907/version.h	20 Dec 2004 23:37:41 -0000	1.67
-+++ glibc-20050319T1907-fedora/version.h	6 Jan 2005 15:21:51 -0000	1.65.2.3
+--- glibc-20050324T0715/version.h	20 Dec 2004 23:37:41 -0000	1.67
++++ glibc-20050324T0715-fedora/version.h	6 Jan 2005 15:21:51 -0000	1.65.2.3
 @@ -1,4 +1,4 @@
  /* This file just defines the current version number of libc.  */
  
  #define RELEASE "development"
 -#define VERSION "2.3.90"
 +#define VERSION "2.3.4"
---- glibc-20050319T1907/csu/elf-init.c	14 Feb 2005 21:21:36 -0000	1.5
-+++ glibc-20050319T1907-fedora/csu/elf-init.c	3 Mar 2005 13:33:53 -0000	1.3.2.3
+--- glibc-20050324T0715/csu/elf-init.c	14 Feb 2005 21:21:36 -0000	1.5
++++ glibc-20050324T0715-fedora/csu/elf-init.c	3 Mar 2005 13:33:53 -0000	1.3.2.3
 @@ -44,6 +44,24 @@ extern void (*__init_array_start []) (vo
  extern void (*__init_array_end []) (void) attribute_hidden;
  extern void (*__fini_array_start []) (void) attribute_hidden;
@@ -225,8 +225,8 @@
  #endif
  
  /* These function symbols are provided for the .init/.fini section entry
---- glibc-20050319T1907/debug/Versions	1 Mar 2005 00:12:31 -0000	1.6
-+++ glibc-20050319T1907-fedora/debug/Versions	3 Mar 2005 16:52:26 -0000	1.3.4.3
+--- glibc-20050324T0715/debug/Versions	1 Mar 2005 00:12:31 -0000	1.6
++++ glibc-20050324T0715-fedora/debug/Versions	3 Mar 2005 16:52:26 -0000	1.3.4.3
 @@ -18,10 +18,4 @@ libc {
      __printf_chk; __fprintf_chk; __vprintf_chk; __vfprintf_chk;
      __gets_chk;
@@ -238,8 +238,8 @@
 -    __recv_chk; __recvfrom_chk;
 -  }
  }
---- glibc-20050319T1907/debug/fgets_chk.c	21 Feb 2005 22:53:35 -0000	1.1
-+++ glibc-20050319T1907-fedora/debug/fgets_chk.c	3 Mar 2005 16:52:26 -0000	1.1.2.2
+--- glibc-20050324T0715/debug/fgets_chk.c	21 Feb 2005 22:53:35 -0000	1.1
++++ glibc-20050324T0715-fedora/debug/fgets_chk.c	3 Mar 2005 16:52:26 -0000	1.1.2.2
 @@ -30,6 +30,7 @@
  #include <stdio.h>
  #include <sys/param.h>
@@ -253,8 +253,8 @@
    return result;
  }
 +#endif
---- glibc-20050319T1907/debug/fgets_u_chk.c	21 Feb 2005 22:53:35 -0000	1.1
-+++ glibc-20050319T1907-fedora/debug/fgets_u_chk.c	3 Mar 2005 16:52:26 -0000	1.1.2.2
+--- glibc-20050324T0715/debug/fgets_u_chk.c	21 Feb 2005 22:53:35 -0000	1.1
++++ glibc-20050324T0715-fedora/debug/fgets_u_chk.c	3 Mar 2005 16:52:26 -0000	1.1.2.2
 @@ -30,6 +30,7 @@
  #include <stdio.h>
  #include <sys/param.h>
@@ -268,8 +268,8 @@
    return result;
  }
 +#endif
---- glibc-20050319T1907/debug/getcwd_chk.c	1 Mar 2005 00:42:41 -0000	1.2
-+++ glibc-20050319T1907-fedora/debug/getcwd_chk.c	3 Mar 2005 16:52:26 -0000	1.2.2.2
+--- glibc-20050324T0715/debug/getcwd_chk.c	1 Mar 2005 00:42:41 -0000	1.2
++++ glibc-20050324T0715-fedora/debug/getcwd_chk.c	3 Mar 2005 16:52:26 -0000	1.2.2.2
 @@ -20,7 +20,7 @@
  #include <unistd.h>
  #include <sys/param.h>
@@ -284,8 +284,8 @@
    return __getcwd (buf, size);
  }
 +#endif
---- glibc-20050319T1907/debug/getwd_chk.c	21 Feb 2005 22:53:35 -0000	1.1
-+++ glibc-20050319T1907-fedora/debug/getwd_chk.c	3 Mar 2005 16:52:26 -0000	1.1.2.2
+--- glibc-20050324T0715/debug/getwd_chk.c	21 Feb 2005 22:53:35 -0000	1.1
++++ glibc-20050324T0715-fedora/debug/getwd_chk.c	3 Mar 2005 16:52:26 -0000	1.1.2.2
 @@ -20,7 +20,7 @@
  #include <unistd.h>
  #include <sys/param.h>
@@ -300,8 +300,8 @@
  link_warning (getwd,
  	      "the `getwd' function is dangerous and should not be used.")
 +#endif
---- glibc-20050319T1907/debug/pread64_chk.c	19 Mar 2005 00:08:11 -0000	1.4
-+++ glibc-20050319T1907-fedora/debug/pread64_chk.c	19 Mar 2005 20:18:00 -0000	1.3.2.3
+--- glibc-20050324T0715/debug/pread64_chk.c	19 Mar 2005 00:08:11 -0000	1.4
++++ glibc-20050324T0715-fedora/debug/pread64_chk.c	19 Mar 2005 20:18:00 -0000	1.3.2.3
 @@ -19,7 +19,7 @@
  #include <unistd.h>
  #include <sys/param.h>
@@ -316,8 +316,8 @@
    return __pread64 (fd, buf, nbytes, offset);
  }
 +#endif
---- glibc-20050319T1907/debug/pread_chk.c	19 Mar 2005 00:07:31 -0000	1.4
-+++ glibc-20050319T1907-fedora/debug/pread_chk.c	19 Mar 2005 20:18:00 -0000	1.3.2.3
+--- glibc-20050324T0715/debug/pread_chk.c	19 Mar 2005 00:07:31 -0000	1.4
++++ glibc-20050324T0715-fedora/debug/pread_chk.c	19 Mar 2005 20:18:00 -0000	1.3.2.3
 @@ -19,7 +19,7 @@
  #include <unistd.h>
  #include <sys/param.h>
@@ -332,8 +332,8 @@
    return __pread (fd, buf, nbytes, offset);
  }
 +#endif
---- glibc-20050319T1907/debug/read_chk.c	1 Mar 2005 00:35:58 -0000	1.4
-+++ glibc-20050319T1907-fedora/debug/read_chk.c	3 Mar 2005 16:52:26 -0000	1.4.2.2
+--- glibc-20050324T0715/debug/read_chk.c	1 Mar 2005 00:35:58 -0000	1.4
++++ glibc-20050324T0715-fedora/debug/read_chk.c	3 Mar 2005 16:52:26 -0000	1.4.2.2
 @@ -23,7 +23,7 @@
  # include <sysdep.h>
  #endif
@@ -348,8 +348,8 @@
  #endif
  }
 +#endif
---- glibc-20050319T1907/debug/readlink_chk.c	1 Mar 2005 00:41:15 -0000	1.3
-+++ glibc-20050319T1907-fedora/debug/readlink_chk.c	3 Mar 2005 16:52:26 -0000	1.3.2.2
+--- glibc-20050324T0715/debug/readlink_chk.c	1 Mar 2005 00:41:15 -0000	1.3
++++ glibc-20050324T0715-fedora/debug/readlink_chk.c	3 Mar 2005 16:52:26 -0000	1.3.2.2
 @@ -23,7 +23,7 @@
  # include <sysdep.h>
  #endif
@@ -364,8 +364,8 @@
  #endif
  }
 +#endif
---- glibc-20050319T1907/debug/recv_chk.c	6 Mar 2005 21:24:42 -0000	1.2
-+++ glibc-20050319T1907-fedora/debug/recv_chk.c	19 Mar 2005 20:18:00 -0000	1.1.2.3
+--- glibc-20050324T0715/debug/recv_chk.c	6 Mar 2005 21:24:42 -0000	1.2
++++ glibc-20050324T0715-fedora/debug/recv_chk.c	19 Mar 2005 20:18:00 -0000	1.1.2.3
 @@ -19,7 +19,7 @@
  #include <sys/param.h>
  #include <sys/socket.h>
@@ -380,8 +380,8 @@
    return __recv (fd, buf, n, flags);
  }
 +#endif
---- glibc-20050319T1907/debug/recvfrom_chk.c	6 Mar 2005 21:24:16 -0000	1.2
-+++ glibc-20050319T1907-fedora/debug/recvfrom_chk.c	19 Mar 2005 20:18:00 -0000	1.1.2.3
+--- glibc-20050324T0715/debug/recvfrom_chk.c	6 Mar 2005 21:24:16 -0000	1.2
++++ glibc-20050324T0715-fedora/debug/recvfrom_chk.c	19 Mar 2005 20:18:00 -0000	1.1.2.3
 @@ -19,7 +19,7 @@
  #include <sys/param.h>
  #include <sys/socket.h>
@@ -396,8 +396,8 @@
    return __recvfrom (fd, buf, n, flags, addr, addr_len);
  }
 +#endif
---- glibc-20050319T1907/debug/tst-chk1.c	19 Mar 2005 00:09:08 -0000	1.7
-+++ glibc-20050319T1907-fedora/debug/tst-chk1.c	19 Mar 2005 21:04:10 -0000	1.1.2.10
+--- glibc-20050324T0715/debug/tst-chk1.c	19 Mar 2005 00:09:08 -0000	1.7
++++ glibc-20050324T0715-fedora/debug/tst-chk1.c	19 Mar 2005 21:04:10 -0000	1.1.2.10
 @@ -17,6 +17,9 @@
     Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
     02111-1307 USA.  */
@@ -435,8 +435,8 @@
  	  CHK_FAIL_START
  	  if (getwd (getcwdbuf + 2) != getcwdbuf + 2)
  	    FAIL ();
---- glibc-20050319T1907/elf/dl-support.c	6 Nov 2004 00:24:49 -0000	1.87
-+++ glibc-20050319T1907-fedora/elf/dl-support.c	10 Nov 2004 09:02:46 -0000	1.84.2.4
+--- glibc-20050324T0715/elf/dl-support.c	6 Nov 2004 00:24:49 -0000	1.87
++++ glibc-20050324T0715-fedora/elf/dl-support.c	10 Nov 2004 09:02:46 -0000	1.84.2.4
 @@ -281,6 +281,11 @@ _dl_non_dynamic_init (void)
    if (_dl_platform != NULL)
      _dl_platformlen = strlen (_dl_platform);
@@ -449,8 +449,8 @@
    /* Scan for a program header telling us the stack is nonexecutable.  */
    if (_dl_phdr != NULL)
      for (uint_fast16_t i = 0; i < _dl_phnum; ++i)
---- glibc-20050319T1907/elf/ldconfig.c	12 Jan 2005 23:39:52 -0000	1.48
-+++ glibc-20050319T1907-fedora/elf/ldconfig.c	8 Feb 2005 10:04:03 -0000	1.47.2.2
+--- glibc-20050324T0715/elf/ldconfig.c	12 Jan 2005 23:39:52 -0000	1.48
++++ glibc-20050324T0715-fedora/elf/ldconfig.c	8 Feb 2005 10:04:03 -0000	1.47.2.2
 @@ -944,17 +944,19 @@ search_dirs (void)
  
  
@@ -532,8 +532,8 @@
      }
  
    search_dirs ();
---- glibc-20050319T1907/elf/rtld.c	18 Mar 2005 11:10:26 -0000	1.349
-+++ glibc-20050319T1907-fedora/elf/rtld.c	19 Mar 2005 20:18:00 -0000	1.330.2.15
+--- glibc-20050324T0715/elf/rtld.c	20 Mar 2005 22:08:09 -0000	1.350
++++ glibc-20050324T0715-fedora/elf/rtld.c	24 Mar 2005 08:18:54 -0000	1.330.2.16
 @@ -1252,6 +1252,53 @@ ld.so does not support TLS, but program 
    ++GL(dl_ns)[LM_ID_BASE]._ns_nloaded;
    ++GL(dl_load_adds);
@@ -588,7 +588,7 @@
    /* If LD_USE_LOAD_BIAS env variable has not been seen, default
       to not using bias for non-prelinked PIEs and libraries
       and using it for executables or prelinked PIEs or libraries.  */
-@@ -1590,6 +1637,57 @@ ERROR: ld.so: object '%s' cannot be load
+@@ -1589,6 +1636,57 @@ ERROR: ld.so: object '%s' cannot be load
  	}
      }
  
@@ -646,8 +646,8 @@
    if (__builtin_expect (GL(dl_rtld_map).l_next != NULL, 0))
      {
        /* Set up PRELOADS with a vector of the preloaded libraries.  */
---- glibc-20050319T1907/elf/tst-tls10.h	17 Apr 2003 19:19:01 -0000	1.1
-+++ glibc-20050319T1907-fedora/elf/tst-tls10.h	22 Sep 2004 21:20:48 -0000	1.1.2.1
+--- glibc-20050324T0715/elf/tst-tls10.h	17 Apr 2003 19:19:01 -0000	1.1
++++ glibc-20050324T0715-fedora/elf/tst-tls10.h	22 Sep 2004 21:20:48 -0000	1.1.2.1
 @@ -1,8 +1,8 @@
  #include <tls.h>
  #include <stdlib.h>
@@ -659,8 +659,8 @@
  # define USE_TLS__THREAD
  
  struct A
---- glibc-20050319T1907/iconv/iconvconfig.c	3 Mar 2005 08:28:02 -0000	1.23
-+++ glibc-20050319T1907-fedora/iconv/iconvconfig.c	3 Mar 2005 14:03:15 -0000	1.19.2.4
+--- glibc-20050324T0715/iconv/iconvconfig.c	3 Mar 2005 08:28:02 -0000	1.23
++++ glibc-20050324T0715-fedora/iconv/iconvconfig.c	3 Mar 2005 14:03:15 -0000	1.19.2.4
 @@ -1013,6 +1013,34 @@ next_prime (uint32_t seed)
                                module name offset
                           (following last entry with step count 0)
@@ -737,8 +737,8 @@
    /* Open the output file.  */
    if (output_file == NULL)
      {
---- glibc-20050319T1907/include/features.h	17 Feb 2005 01:10:58 -0000	1.38
-+++ glibc-20050319T1907-fedora/include/features.h	3 Mar 2005 14:03:16 -0000	1.35.2.7
+--- glibc-20050324T0715/include/features.h	17 Feb 2005 01:10:58 -0000	1.38
++++ glibc-20050324T0715-fedora/include/features.h	3 Mar 2005 14:03:16 -0000	1.35.2.7
 @@ -262,7 +262,13 @@
  # define __USE_REENTRANT	1
  #endif
@@ -763,8 +763,8 @@
  
  #define __GLIBC_PREREQ(maj, min) \
  	((__GLIBC__ << 16) + __GLIBC_MINOR__ >= ((maj) << 16) + (min))
---- glibc-20050319T1907/intl/locale.alias	4 Dec 2003 07:57:47 -0000	1.23
-+++ glibc-20050319T1907-fedora/intl/locale.alias	22 Sep 2004 21:20:53 -0000	1.23.2.1
+--- glibc-20050324T0715/intl/locale.alias	4 Dec 2003 07:57:47 -0000	1.23
++++ glibc-20050324T0715-fedora/intl/locale.alias	22 Sep 2004 21:20:53 -0000	1.23.2.1
 @@ -58,8 +58,6 @@ korean		ko_KR.eucKR
  korean.euc 	ko_KR.eucKR
  ko_KR		ko_KR.eucKR
@@ -774,8 +774,8 @@
  norwegian       nb_NO.ISO-8859-1
  nynorsk		nn_NO.ISO-8859-1
  polish          pl_PL.ISO-8859-2
---- glibc-20050319T1907/libio/stdio.h	7 Jan 2005 19:30:00 -0000	1.81
-+++ glibc-20050319T1907-fedora/libio/stdio.h	8 Feb 2005 10:04:09 -0000	1.78.2.4
+--- glibc-20050324T0715/libio/stdio.h	7 Jan 2005 19:30:00 -0000	1.81
++++ glibc-20050324T0715-fedora/libio/stdio.h	8 Feb 2005 10:04:09 -0000	1.78.2.4
 @@ -142,10 +142,12 @@ typedef _G_fpos64_t fpos64_t;
  extern struct _IO_FILE *stdin;		/* Standard input stream.  */
  extern struct _IO_FILE *stdout;		/* Standard output stream.  */
@@ -789,8 +789,8 @@
  
  __BEGIN_NAMESPACE_STD
  /* Remove file FILENAME.  */
---- glibc-20050319T1907/libio/bits/stdio2.h	19 Mar 2005 00:14:58 -0000	1.4
-+++ glibc-20050319T1907-fedora/libio/bits/stdio2.h	19 Mar 2005 20:18:03 -0000	1.1.2.5
+--- glibc-20050324T0715/libio/bits/stdio2.h	19 Mar 2005 00:14:58 -0000	1.4
++++ glibc-20050324T0715-fedora/libio/bits/stdio2.h	19 Mar 2005 20:18:03 -0000	1.1.2.5
 @@ -61,14 +61,25 @@ extern int __vfprintf_chk (FILE *__restr
  extern int __vprintf_chk (int __flag, __const char *__restrict __format,
  			  _G_va_list __ap);
@@ -861,9 +861,9 @@
    return __fgets_unlocked_alias (__s, __n, __stream);
  }
  #endif
---- glibc-20050319T1907/linuxthreads/ChangeLog	6 Mar 2005 00:16:10 -0000	1.840
-+++ glibc-20050319T1907-fedora/linuxthreads/ChangeLog	19 Mar 2005 20:18:03 -0000	1.817.2.19
-@@ -781,6 +781,12 @@
+--- glibc-20050324T0715/linuxthreads/ChangeLog	21 Mar 2005 17:32:46 -0000	1.842
++++ glibc-20050324T0715-fedora/linuxthreads/ChangeLog	24 Mar 2005 08:18:58 -0000	1.817.2.20
+@@ -791,6 +791,12 @@
  	(pthread_barrierattr_setpshared): Return EINVAL if pshared
  	is neither PTHREAD_PROCESS_PRIVATE nor PTHREAD_PROCESS_SHARED.
  
@@ -876,7 +876,7 @@
  2003-09-02  Ulrich Drepper  <drepper at redhat.com>
  
  	* sysdeps/unix/sysv/linux/i386/dl-sysdep.h
-@@ -913,6 +919,34 @@
+@@ -923,6 +929,34 @@
  
  2003-07-22  Jakub Jelinek  <jakub at redhat.com>
  
@@ -911,8 +911,8 @@
  	* descr.h (struct _pthread_descr_struct): Provide p_res member
  	even if USE_TLS && HAVE___THREAD.
  	* sysdeps/pthread/res-state.c (__res_state): Return __resp
---- glibc-20050319T1907/linuxthreads/Makefile	7 Feb 2005 19:30:03 -0000	1.98
-+++ glibc-20050319T1907-fedora/linuxthreads/Makefile	8 Feb 2005 10:04:10 -0000	1.94.2.5
+--- glibc-20050324T0715/linuxthreads/Makefile	7 Feb 2005 19:30:03 -0000	1.98
++++ glibc-20050324T0715-fedora/linuxthreads/Makefile	8 Feb 2005 10:04:10 -0000	1.94.2.5
 @@ -245,15 +245,18 @@ $(addprefix $(objpfx), \
    $(filter-out $(tests-static) $(tests-reverse) unload, \
      $(tests) $(test-srcs))): $(objpfx)libpthread.so \
@@ -934,8 +934,8 @@
  else
  $(addprefix $(objpfx),$(tests) $(test-srcs)): $(objpfx)libpthread.a
  $(addprefix $(objpfx),$(librt-tests)): $(common-objpfx)rt/librt.a
---- glibc-20050319T1907/linuxthreads/cancel.c	22 Feb 2003 00:55:21 -0000	1.23
-+++ glibc-20050319T1907-fedora/linuxthreads/cancel.c	22 Sep 2004 21:20:55 -0000	1.23.2.1
+--- glibc-20050324T0715/linuxthreads/cancel.c	22 Feb 2003 00:55:21 -0000	1.23
++++ glibc-20050324T0715-fedora/linuxthreads/cancel.c	22 Sep 2004 21:20:55 -0000	1.23.2.1
 @@ -230,5 +230,6 @@ void __pthread_perform_cleanup(char *cur
      }
  
@@ -943,8 +943,8 @@
 +  THREAD_SETMEM (self, p_cancelstate, PTHREAD_CANCEL_DISABLE);
    __libc_thread_freeres ();
  }
---- glibc-20050319T1907/linuxthreads/lockfile.c	18 Dec 2002 01:16:46 -0000	1.10
-+++ glibc-20050319T1907-fedora/linuxthreads/lockfile.c	22 Sep 2004 21:20:55 -0000	1.10.2.1
+--- glibc-20050324T0715/linuxthreads/lockfile.c	18 Dec 2002 01:16:46 -0000	1.10
++++ glibc-20050324T0715-fedora/linuxthreads/lockfile.c	22 Sep 2004 21:20:55 -0000	1.10.2.1
 @@ -74,7 +74,11 @@ __fresetlockfiles (void)
    __pthread_mutexattr_settype (&attr, PTHREAD_MUTEX_RECURSIVE_NP);
  
@@ -958,8 +958,8 @@
  
    __pthread_mutexattr_destroy (&attr);
  
---- glibc-20050319T1907/linuxthreads/semaphore.h	17 Apr 2004 23:01:39 -0000	1.13
-+++ glibc-20050319T1907-fedora/linuxthreads/semaphore.h	22 Sep 2004 21:20:55 -0000	1.13.2.1
+--- glibc-20050324T0715/linuxthreads/semaphore.h	17 Apr 2004 23:01:39 -0000	1.13
++++ glibc-20050324T0715-fedora/linuxthreads/semaphore.h	22 Sep 2004 21:20:55 -0000	1.13.2.1
 @@ -21,6 +21,7 @@
  # define __need_timespec
  # include <time.h>
@@ -968,8 +968,8 @@
  
  #ifndef _PTHREAD_DESCR_DEFINED
  /* Thread descriptors.  Needed for `sem_t' definition.  */
---- glibc-20050319T1907/linuxthreads/tst-tls1.h	2 Sep 2003 00:29:30 -0000	1.1
-+++ glibc-20050319T1907-fedora/linuxthreads/tst-tls1.h	22 Sep 2004 21:20:55 -0000	1.1.2.1
+--- glibc-20050324T0715/linuxthreads/tst-tls1.h	2 Sep 2003 00:29:30 -0000	1.1
++++ glibc-20050324T0715-fedora/linuxthreads/tst-tls1.h	22 Sep 2004 21:20:55 -0000	1.1.2.1
 @@ -2,7 +2,7 @@
  #include <stdlib.h>
  #include <tls.h>
@@ -979,8 +979,8 @@
  
  struct tls_obj
  {
---- glibc-20050319T1907/linuxthreads/sysdeps/alpha/tls.h	9 Jan 2005 20:01:12 -0000	1.6
-+++ glibc-20050319T1907-fedora/linuxthreads/sysdeps/alpha/tls.h	8 Feb 2005 10:04:11 -0000	1.5.2.2
+--- glibc-20050324T0715/linuxthreads/sysdeps/alpha/tls.h	9 Jan 2005 20:01:12 -0000	1.6
++++ glibc-20050324T0715-fedora/linuxthreads/sysdeps/alpha/tls.h	8 Feb 2005 10:04:11 -0000	1.5.2.2
 @@ -58,54 +58,76 @@ typedef struct
  #  include <sysdep.h>
  
@@ -1070,8 +1070,8 @@
  
  /* Get the thread descriptor definition.  */
  #  include <linuxthreads/descr.h>
---- glibc-20050319T1907/linuxthreads/sysdeps/i386/tls.h	9 Jan 2005 20:01:13 -0000	1.38
-+++ glibc-20050319T1907-fedora/linuxthreads/sysdeps/i386/tls.h	8 Feb 2005 10:04:12 -0000	1.35.2.5
+--- glibc-20050324T0715/linuxthreads/sysdeps/i386/tls.h	9 Jan 2005 20:01:13 -0000	1.38
++++ glibc-20050324T0715-fedora/linuxthreads/sysdeps/i386/tls.h	8 Feb 2005 10:04:12 -0000	1.35.2.5
 @@ -86,7 +86,14 @@ typedef struct
  #  define TLS_INIT_TCB_ALIGN __alignof__ (tcbhead_t)
  
@@ -1088,8 +1088,8 @@
  
  /* Alignment requirements for the TCB.  */
  #  define TLS_TCB_ALIGN __alignof__ (struct _pthread_descr_struct)
---- glibc-20050319T1907/linuxthreads/sysdeps/ia64/tls.h	9 Jan 2005 20:01:13 -0000	1.10
-+++ glibc-20050319T1907-fedora/linuxthreads/sysdeps/ia64/tls.h	8 Feb 2005 10:04:14 -0000	1.9.2.2
+--- glibc-20050324T0715/linuxthreads/sysdeps/ia64/tls.h	9 Jan 2005 20:01:13 -0000	1.10
++++ glibc-20050324T0715-fedora/linuxthreads/sysdeps/ia64/tls.h	8 Feb 2005 10:04:14 -0000	1.9.2.2
 @@ -65,7 +65,14 @@ typedef struct
  #  define TLS_TCB_SIZE sizeof (tcbhead_t)
  
@@ -1106,8 +1106,8 @@
  
  /* Alignment requirements for the TCB.  */
  #  define TLS_TCB_ALIGN __alignof__ (struct _pthread_descr_struct)
---- glibc-20050319T1907/linuxthreads/sysdeps/powerpc/tls.h	9 Jan 2005 20:01:14 -0000	1.9
-+++ glibc-20050319T1907-fedora/linuxthreads/sysdeps/powerpc/tls.h	8 Feb 2005 10:04:14 -0000	1.8.2.2
+--- glibc-20050324T0715/linuxthreads/sysdeps/powerpc/tls.h	9 Jan 2005 20:01:14 -0000	1.9
++++ glibc-20050324T0715-fedora/linuxthreads/sysdeps/powerpc/tls.h	8 Feb 2005 10:04:14 -0000	1.8.2.2
 @@ -69,11 +69,19 @@ typedef struct
  #  define TLS_TCB_ALIGN		__alignof__ (struct _pthread_descr_struct)
  
@@ -1130,8 +1130,8 @@
     TCB + 0x7000 (per the ABI).  This implies that TCB address is
     TP - 0x7000.  As we define TLS_DTV_AT_TP we can
     assume that the pthread_descr is allocated immediately ahead of the
---- glibc-20050319T1907/linuxthreads/sysdeps/pthread/Makefile	14 Aug 2003 00:14:22 -0000	1.7
-+++ glibc-20050319T1907-fedora/linuxthreads/sysdeps/pthread/Makefile	22 Sep 2004 21:20:56 -0000	1.7.2.1
+--- glibc-20050324T0715/linuxthreads/sysdeps/pthread/Makefile	14 Aug 2003 00:14:22 -0000	1.7
++++ glibc-20050324T0715-fedora/linuxthreads/sysdeps/pthread/Makefile	22 Sep 2004 21:20:56 -0000	1.7.2.1
 @@ -12,3 +12,15 @@ endif
  ifeq ($(subdir),posix)
  CFLAGS-confstr.c += -DLIBPTHREAD_VERSION="\"$(shell sed 's/\(.*\) by .*/\1/' ../linuxthreads/Banner)\""
@@ -1148,8 +1148,8 @@
 +	@echo '#define NPTL_STRUCT_PTHREAD_SIZE 0' > $@
 +endif
 +endif
---- glibc-20050319T1907/linuxthreads/sysdeps/pthread/nptl-struct-pthread.sym 1 Jan 1970 00:00:00 -0000
-+++ glibc-20050319T1907-fedora/linuxthreads/sysdeps/pthread/nptl-struct-pthread.sym	22 Sep 2004 21:20:56 -0000	1.1.2.1
+--- glibc-20050324T0715/linuxthreads/sysdeps/pthread/nptl-struct-pthread.sym 1 Jan 1970 00:00:00 -0000
++++ glibc-20050324T0715-fedora/linuxthreads/sysdeps/pthread/nptl-struct-pthread.sym	22 Sep 2004 21:20:56 -0000	1.1.2.1
 @@ -0,0 +1,13 @@
 +#ifdef HAVE_TLS_SUPPORT
 +# ifndef HAVE_FORCED_UNWIND
@@ -1164,8 +1164,8 @@
 +#ifdef HAVE_TLS_SUPPORT
 +NPTL_STRUCT_PTHREAD_SIZE	sizeof (struct pthread)
 +#endif
---- glibc-20050319T1907/linuxthreads/sysdeps/s390/tls.h	9 Jan 2005 20:01:14 -0000	1.4
-+++ glibc-20050319T1907-fedora/linuxthreads/sysdeps/s390/tls.h	8 Feb 2005 10:04:15 -0000	1.3.2.2
+--- glibc-20050324T0715/linuxthreads/sysdeps/s390/tls.h	9 Jan 2005 20:01:14 -0000	1.4
++++ glibc-20050324T0715-fedora/linuxthreads/sysdeps/s390/tls.h	8 Feb 2005 10:04:15 -0000	1.3.2.2
 @@ -77,7 +77,14 @@ typedef struct
  #  define TLS_INIT_TCB_ALIGN __alignof__ (tcbhead_t)
  
@@ -1182,8 +1182,8 @@
  
  /* Alignment requirements for the TCB.  */
  #  define TLS_TCB_ALIGN __alignof__ (struct _pthread_descr_struct)
---- glibc-20050319T1907/linuxthreads/sysdeps/sh/tls.h	9 Jan 2005 20:01:15 -0000	1.10
-+++ glibc-20050319T1907-fedora/linuxthreads/sysdeps/sh/tls.h	8 Feb 2005 10:04:15 -0000	1.9.2.2
+--- glibc-20050324T0715/linuxthreads/sysdeps/sh/tls.h	9 Jan 2005 20:01:15 -0000	1.10
++++ glibc-20050324T0715-fedora/linuxthreads/sysdeps/sh/tls.h	8 Feb 2005 10:04:15 -0000	1.9.2.2
 @@ -69,7 +69,14 @@ typedef struct
  #  define TLS_TCB_SIZE sizeof (tcbhead_t)
  
@@ -1200,8 +1200,8 @@
  
  /* Alignment requirements for the TCB.  */
  #  define TLS_TCB_ALIGN __alignof__ (struct _pthread_descr_struct)
---- glibc-20050319T1907/linuxthreads/sysdeps/sparc/tls.h	9 Jan 2005 20:01:15 -0000	1.4
-+++ glibc-20050319T1907-fedora/linuxthreads/sysdeps/sparc/tls.h	8 Feb 2005 10:04:16 -0000	1.3.2.2
+--- glibc-20050324T0715/linuxthreads/sysdeps/sparc/tls.h	9 Jan 2005 20:01:15 -0000	1.4
++++ glibc-20050324T0715-fedora/linuxthreads/sysdeps/sparc/tls.h	8 Feb 2005 10:04:16 -0000	1.3.2.2
 @@ -69,7 +69,14 @@ typedef struct
  #  define TLS_INIT_TCB_ALIGN __alignof__ (tcbhead_t)
  
@@ -1218,8 +1218,8 @@
  
  /* Alignment requirements for the TCB.  */
  #  define TLS_TCB_ALIGN __alignof__ (struct _pthread_descr_struct)
---- glibc-20050319T1907/linuxthreads/sysdeps/x86_64/tls.h	9 Jan 2005 20:01:15 -0000	1.7
-+++ glibc-20050319T1907-fedora/linuxthreads/sysdeps/x86_64/tls.h	8 Feb 2005 10:04:16 -0000	1.6.2.2
+--- glibc-20050324T0715/linuxthreads/sysdeps/x86_64/tls.h	9 Jan 2005 20:01:15 -0000	1.7
++++ glibc-20050324T0715-fedora/linuxthreads/sysdeps/x86_64/tls.h	8 Feb 2005 10:04:16 -0000	1.6.2.2
 @@ -71,7 +71,14 @@ typedef struct
  #  define TLS_INIT_TCB_ALIGN __alignof__ (tcbhead_t)
  
@@ -1236,8 +1236,8 @@
  
  /* Alignment requirements for the TCB.  */
  #  define TLS_TCB_ALIGN __alignof__ (struct _pthread_descr_struct)
---- glibc-20050319T1907/locale/iso-4217.def	10 Aug 2004 05:10:38 -0000	1.15
-+++ glibc-20050319T1907-fedora/locale/iso-4217.def	22 Sep 2004 21:20:57 -0000	1.15.2.1
+--- glibc-20050324T0715/locale/iso-4217.def	20 Mar 2005 04:14:36 -0000	1.16
++++ glibc-20050324T0715-fedora/locale/iso-4217.def	24 Mar 2005 08:19:03 -0000	1.15.2.2
 @@ -8,6 +8,7 @@
   *
   * !!! The list has to be sorted !!!
@@ -1261,7 +1261,7 @@
  DEFINE_INT_CURR("BGL")		/* Bulgarian Lev  */
  DEFINE_INT_CURR("BHD")		/* Bahraini Dinar  */
  DEFINE_INT_CURR("BIF")		/* Burundi Franc  */
-@@ -44,6 +47,7 @@ DEFINE_INT_CURR("CUP")		/* Cuban Peso  *
+@@ -45,6 +48,7 @@ DEFINE_INT_CURR("CUP")		/* Cuban Peso  *
  DEFINE_INT_CURR("CVE")		/* Cape Verde Escudo  */
  DEFINE_INT_CURR("CYP")		/* Cypriot Pound  */
  DEFINE_INT_CURR("CZK")		/* Czech Koruna  */
@@ -1269,7 +1269,7 @@
  DEFINE_INT_CURR("DJF")		/* Djibouti Franc  */
  DEFINE_INT_CURR("DKK")		/* Danish Krone (Faroe Islands, Greenland)  */
  DEFINE_INT_CURR("DOP")		/* Dominican Republic  */
-@@ -51,16 +55,20 @@ DEFINE_INT_CURR("DZD")		/* Algerian Dina
+@@ -52,16 +56,20 @@ DEFINE_INT_CURR("DZD")		/* Algerian Dina
  DEFINE_INT_CURR("EEK")		/* Estonian Kroon  */
  DEFINE_INT_CURR("EGP")		/* Egyptian Pound  */
  DEFINE_INT_CURR("ERN")		/* Eritrean Nakfa  */
@@ -1290,7 +1290,7 @@
  DEFINE_INT_CURR("GTQ")		/* Guatemala Quetzal  */
  DEFINE_INT_CURR("GYD")		/* Guyana Dollar  */
  DEFINE_INT_CURR("HKD")		/* Hong Kong Dollar  */
-@@ -69,12 +77,14 @@ DEFINE_INT_CURR("HRK")		/* Croatia Kuna 
+@@ -70,12 +78,14 @@ DEFINE_INT_CURR("HRK")		/* Croatia Kuna 
  DEFINE_INT_CURR("HTG")		/* Haiti Gourde  */
  DEFINE_INT_CURR("HUF")		/* Hungarian Forint  */
  DEFINE_INT_CURR("IDR")		/* Indonesia Rupiah  */
@@ -1305,7 +1305,7 @@
  DEFINE_INT_CURR("JMD")		/* Jamaican Dollar  */
  DEFINE_INT_CURR("JOD")		/* Jordanian Dinar  */
  DEFINE_INT_CURR("JPY")		/* Japanese Yen  */
-@@ -93,6 +103,7 @@ DEFINE_INT_CURR("LKR")		/* Sri Lankan Ru
+@@ -94,6 +104,7 @@ DEFINE_INT_CURR("LKR")		/* Sri Lankan Ru
  DEFINE_INT_CURR("LRD")		/* Liberian Dollar  */
  DEFINE_INT_CURR("LSL")		/* Lesotho Maloti  */
  DEFINE_INT_CURR("LTL")		/* Lithuanian Litas  */
@@ -1313,7 +1313,7 @@
  DEFINE_INT_CURR("LVL")		/* Latvia Lat  */
  DEFINE_INT_CURR("LYD")		/* Libyan Arab Jamahiriya Dinar  */
  DEFINE_INT_CURR("MAD")		/* Moroccan Dirham  */
-@@ -113,6 +124,7 @@ DEFINE_INT_CURR("MZM")		/* Mozambique Me
+@@ -114,6 +125,7 @@ DEFINE_INT_CURR("MZM")		/* Mozambique Me
  DEFINE_INT_CURR("NAD")		/* Namibia Dollar  */
  DEFINE_INT_CURR("NGN")		/* Nigeria Naira  */
  DEFINE_INT_CURR("NIO")		/* Nicaragua Cordoba Oro  */
@@ -1321,7 +1321,7 @@
  DEFINE_INT_CURR("NOK")		/* Norwegian Krone  */
  DEFINE_INT_CURR("NPR")		/* Nepalese Rupee  */
  DEFINE_INT_CURR("NZD")		/* New Zealand Dollar  */
-@@ -123,6 +135,7 @@ DEFINE_INT_CURR("PGK")		/* Papau New Gui
+@@ -124,6 +136,7 @@ DEFINE_INT_CURR("PGK")		/* Papau New Gui
  DEFINE_INT_CURR("PHP")		/* Philippines Peso  */
  DEFINE_INT_CURR("PKR")		/* Pakistan Rupee  */
  DEFINE_INT_CURR("PLN")		/* Polish Zloty  */
@@ -1329,8 +1329,8 @@
  DEFINE_INT_CURR("PYG")		/* Paraguay Guarani  */
  DEFINE_INT_CURR("QAR")		/* Qatar Rial  */
  DEFINE_INT_CURR("ROL")		/* Romanian Leu  */
---- glibc-20050319T1907/locale/programs/3level.h	13 Jun 2003 20:45:38 -0000	1.5
-+++ glibc-20050319T1907-fedora/locale/programs/3level.h	22 Sep 2004 21:20:58 -0000	1.5.2.1
+--- glibc-20050324T0715/locale/programs/3level.h	13 Jun 2003 20:45:38 -0000	1.5
++++ glibc-20050324T0715-fedora/locale/programs/3level.h	22 Sep 2004 21:20:58 -0000	1.5.2.1
 @@ -204,6 +204,42 @@ CONCAT(TABLE,_iterate) (struct TABLE *t,
  	}
      }
@@ -1374,8 +1374,8 @@
  #endif
  
  #ifndef NO_FINALIZE
---- glibc-20050319T1907/localedata/Makefile	7 Aug 2004 23:38:13 -0000	1.101
-+++ glibc-20050319T1907-fedora/localedata/Makefile	22 Sep 2004 21:20:58 -0000	1.101.2.1
+--- glibc-20050324T0715/localedata/Makefile	7 Aug 2004 23:38:13 -0000	1.101
++++ glibc-20050324T0715-fedora/localedata/Makefile	22 Sep 2004 21:20:58 -0000	1.101.2.1
 @@ -222,6 +222,7 @@ $(INSTALL-SUPPORTED-LOCALES): install-lo
  	echo -n '...'; \
  	input=`echo $$locale | sed 's/\([^.]*\)[^@]*\(.*\)/\1\2/'`; \
@@ -1384,8 +1384,8 @@
  		     -i locales/$$input -c -f charmaps/$$charset \
  		     $(addprefix --prefix=,$(install_root)) $$locale; \
  	echo ' done'; \
---- glibc-20050319T1907/localedata/SUPPORTED	18 Mar 2005 19:14:44 -0000	1.73
-+++ glibc-20050319T1907-fedora/localedata/SUPPORTED	19 Mar 2005 20:18:04 -0000	1.71.2.3
+--- glibc-20050324T0715/localedata/SUPPORTED	20 Mar 2005 04:16:36 -0000	1.74
++++ glibc-20050324T0715-fedora/localedata/SUPPORTED	24 Mar 2005 08:19:04 -0000	1.71.2.4
 @@ -64,6 +64,7 @@ cy_GB.UTF-8/UTF-8 \
  cy_GB/ISO-8859-14 \
  da_DK.UTF-8/UTF-8 \
@@ -1419,7 +1419,7 @@
  oc_FR/ISO-8859-1 \
  om_ET/UTF-8 \
  om_KE/ISO-8859-1 \
-@@ -281,6 +286,7 @@ sv_FI/ISO-8859-1 \
+@@ -283,6 +288,7 @@ sv_FI/ISO-8859-1 \
  sv_FI at euro/ISO-8859-15 \
  sv_SE.UTF-8/UTF-8 \
  sv_SE/ISO-8859-1 \
@@ -1427,8 +1427,8 @@
  ta_IN/UTF-8 \
  te_IN/UTF-8 \
  tg_TJ/KOI8-T \
---- glibc-20050319T1907/localedata/locales/cy_GB	28 Sep 2004 04:37:33 -0000	1.4
-+++ glibc-20050319T1907-fedora/localedata/locales/cy_GB	29 Sep 2004 08:48:23 -0000	1.3.2.2
+--- glibc-20050324T0715/localedata/locales/cy_GB	28 Sep 2004 04:37:33 -0000	1.4
++++ glibc-20050324T0715-fedora/localedata/locales/cy_GB	29 Sep 2004 08:48:23 -0000	1.3.2.2
 @@ -248,8 +248,11 @@ mon         "<U0049><U006F><U006E><U0061
  d_t_fmt     "<U0044><U0079><U0064><U0064><U0020><U0025><U0041><U0020><U0025><U0064><U0020><U006d><U0069><U0073><U0020><U0025><U0042><U0020><U0025><U0059><U0020><U0025><U0054><U0020><U0025><U005A>"
  d_fmt       "<U0025><U0064><U002E><U0025><U006D><U002E><U0025><U0079>"
@@ -1443,8 +1443,8 @@
  END LC_TIME
  
  LC_MESSAGES
---- glibc-20050319T1907/localedata/locales/en_GB	31 Oct 2004 23:42:26 -0000	1.12
-+++ glibc-20050319T1907-fedora/localedata/locales/en_GB	2 Nov 2004 12:25:47 -0000	1.10.2.2
+--- glibc-20050324T0715/localedata/locales/en_GB	31 Oct 2004 23:42:26 -0000	1.12
++++ glibc-20050324T0715-fedora/localedata/locales/en_GB	2 Nov 2004 12:25:47 -0000	1.10.2.2
 @@ -112,8 +112,8 @@ mon         "<U004A><U0061><U006E><U0075
  d_t_fmt     "<U0025><U0061><U0020><U0025><U0064><U0020><U0025><U0062><U0020><U0025><U0059><U0020><U0025><U0054><U0020><U0025><U005A>"
  d_fmt       "<U0025><U0064><U002F><U0025><U006D><U002F><U0025><U0079>"
@@ -1456,8 +1456,8 @@
  date_fmt	"<U0025><U0061><U0020><U0025><U0062><U0020><U0025><U0065>/
  <U0020><U0025><U0048><U003A><U0025><U004D><U003A><U0025><U0053><U0020>/
  <U0025><U005A><U0020><U0025><U0059>"
---- glibc-20050319T1907/localedata/locales/en_US	31 Oct 2004 23:42:26 -0000	1.9
-+++ glibc-20050319T1907-fedora/localedata/locales/en_US	2 Nov 2004 12:25:47 -0000	1.7.2.2
+--- glibc-20050324T0715/localedata/locales/en_US	31 Oct 2004 23:42:26 -0000	1.9
++++ glibc-20050324T0715-fedora/localedata/locales/en_US	2 Nov 2004 12:25:47 -0000	1.7.2.2
 @@ -100,7 +100,6 @@ mon	"<U004A><U0061><U006E><U0075><U0061>
  	"<U004F><U0063><U0074><U006F><U0062><U0065><U0072>";/
  	"<U004E><U006F><U0076><U0065><U006D><U0062><U0065><U0072>";/
@@ -1466,8 +1466,8 @@
  % Appropriate date and time representation (%c)
  %	"%a %d %b %Y %r %Z"
  d_t_fmt "<U0025><U0061><U0020><U0025><U0064><U0020><U0025><U0062><U0020><U0025><U0059><U0020><U0025><U0072><U0020><U0025><U005A>"
---- glibc-20050319T1907/localedata/locales/no_NO 1 Jan 1970 00:00:00 -0000
-+++ glibc-20050319T1907-fedora/localedata/locales/no_NO	22 Sep 2004 21:21:01 -0000	1.11.2.1
+--- glibc-20050324T0715/localedata/locales/no_NO 1 Jan 1970 00:00:00 -0000
++++ glibc-20050324T0715-fedora/localedata/locales/no_NO	22 Sep 2004 21:21:01 -0000	1.11.2.1
 @@ -0,0 +1,69 @@
 +escape_char	/
 +comment_char    %
@@ -1538,8 +1538,8 @@
 +LC_ADDRESS
 +copy "nb_NO"
 +END LC_ADDRESS
---- glibc-20050319T1907/localedata/locales/zh_TW	31 Oct 2004 23:42:28 -0000	1.7
-+++ glibc-20050319T1907-fedora/localedata/locales/zh_TW	2 Nov 2004 12:25:57 -0000	1.5.2.2
+--- glibc-20050324T0715/localedata/locales/zh_TW	31 Oct 2004 23:42:28 -0000	1.7
++++ glibc-20050324T0715-fedora/localedata/locales/zh_TW	2 Nov 2004 12:25:57 -0000	1.5.2.2
 @@ -1,7 +1,7 @@
  comment_char %
  escape_char /
@@ -1567,9 +1567,9 @@
  revision   "0.2"
  date       "2000-08-02"
  %
---- glibc-20050319T1907/nptl/ChangeLog	13 Mar 2005 03:28:56 -0000	1.766
-+++ glibc-20050319T1907-fedora/nptl/ChangeLog	19 Mar 2005 20:18:06 -0000	1.706.2.37
-@@ -533,6 +533,11 @@
+--- glibc-20050324T0715/nptl/ChangeLog	24 Mar 2005 06:38:49 -0000	1.767
++++ glibc-20050324T0715-fedora/nptl/ChangeLog	24 Mar 2005 08:19:13 -0000	1.706.2.38
+@@ -538,6 +538,11 @@
  	Move definition inside libpthread, libc, librt check.  Provide
  	definition for rtld.
  
@@ -1581,7 +1581,7 @@
  2004-09-02  Ulrich Drepper  <drepper at redhat.com>
  
  	* sysdeps/alpha/jmpbuf-unwind.h: Define __libc_unwind_longjmp.
-@@ -2607,6 +2612,11 @@
+@@ -2612,6 +2617,11 @@
  
  	* Makefile [$(build-shared) = yes] (tests): Depend on $(test-modules).
  
@@ -1593,8 +1593,8 @@
  2003-07-25  Jakub Jelinek  <jakub at redhat.com>
  
  	* tst-cancel17.c (do_test): Check if aio_cancel failed.
---- glibc-20050319T1907/nptl/Makefile	22 Dec 2004 20:07:09 -0000	1.166
-+++ glibc-20050319T1907-fedora/nptl/Makefile	6 Jan 2005 14:57:04 -0000	1.157.2.9
+--- glibc-20050324T0715/nptl/Makefile	22 Dec 2004 20:07:09 -0000	1.166
++++ glibc-20050324T0715-fedora/nptl/Makefile	6 Jan 2005 14:57:04 -0000	1.157.2.9
 @@ -499,15 +499,19 @@ $(addprefix $(objpfx), \
      $(tests) $(xtests) $(test-srcs))): $(objpfx)libpthread.so \
  				       $(objpfx)libpthread_nonshared.a
@@ -1617,8 +1617,8 @@
  else
  $(addprefix $(objpfx),$(tests) $(test-srcs)): $(objpfx)libpthread.a
  endif
---- glibc-20050319T1907/nptl/descr.h	12 Nov 2004 01:24:24 -0000	1.25
-+++ glibc-20050319T1907-fedora/nptl/descr.h	12 Nov 2004 16:56:12 -0000	1.23.2.3
+--- glibc-20050324T0715/nptl/descr.h	12 Nov 2004 01:24:24 -0000	1.25
++++ glibc-20050324T0715-fedora/nptl/descr.h	12 Nov 2004 16:56:12 -0000	1.23.2.3
 @@ -27,9 +27,13 @@
  #include <sys/types.h>
  #include <hp-timing.h>
@@ -1633,8 +1633,8 @@
  #include "../nptl_db/thread_db.h"
  #include <tls.h>
  #ifdef HAVE_FORCED_UNWIND
---- glibc-20050319T1907/nptl/pthread_cond_destroy.c	2 Sep 2004 18:45:37 -0000	1.5
-+++ glibc-20050319T1907-fedora/nptl/pthread_cond_destroy.c	22 Sep 2004 21:21:01 -0000	1.5.2.1
+--- glibc-20050324T0715/nptl/pthread_cond_destroy.c	2 Sep 2004 18:45:37 -0000	1.5
++++ glibc-20050324T0715-fedora/nptl/pthread_cond_destroy.c	22 Sep 2004 21:21:01 -0000	1.5.2.1
 @@ -44,15 +44,35 @@ __pthread_cond_destroy (cond)
       broadcasted, but still are using the pthread_cond_t structure,
       pthread_cond_destroy needs to wait for them.  */
@@ -1676,8 +1676,8 @@
      }
  
    return 0;
---- glibc-20050319T1907/nptl/sysdeps/unix/sysv/linux/kernel-features.h 1 Jan 1970 00:00:00 -0000
-+++ glibc-20050319T1907-fedora/nptl/sysdeps/unix/sysv/linux/kernel-features.h	22 Sep 2004 21:21:02 -0000	1.1.2.1
+--- glibc-20050324T0715/nptl/sysdeps/unix/sysv/linux/kernel-features.h 1 Jan 1970 00:00:00 -0000
++++ glibc-20050324T0715-fedora/nptl/sysdeps/unix/sysv/linux/kernel-features.h	22 Sep 2004 21:21:02 -0000	1.1.2.1
 @@ -0,0 +1,6 @@
 +#include_next <kernel-features.h>
 +
@@ -1685,8 +1685,8 @@
 +#ifndef __ASSUME_CLONE_THREAD_FLAGS
 +# define __ASSUME_CLONE_THREAD_FLAGS	1
 +#endif
---- glibc-20050319T1907/nscd/connections.c	22 Feb 2005 22:52:32 -0000	1.66
-+++ glibc-20050319T1907-fedora/nscd/connections.c	3 Mar 2005 13:34:09 -0000	1.55.2.7
+--- glibc-20050324T0715/nscd/connections.c	22 Feb 2005 22:52:32 -0000	1.66
++++ glibc-20050324T0715-fedora/nscd/connections.c	3 Mar 2005 13:34:09 -0000	1.55.2.7
 @@ -21,6 +21,7 @@
  #include <alloca.h>
  #include <assert.h>
@@ -1777,8 +1777,8 @@
 +    prune_cache (&dbs[hstdb], LONG_MAX);
 +}
 +
---- glibc-20050319T1907/nscd/nscd.c	7 Feb 2005 22:51:22 -0000	1.44
-+++ glibc-20050319T1907-fedora/nscd/nscd.c	8 Feb 2005 10:04:34 -0000	1.38.2.5
+--- glibc-20050324T0715/nscd/nscd.c	7 Feb 2005 22:51:22 -0000	1.44
++++ glibc-20050324T0715-fedora/nscd/nscd.c	8 Feb 2005 10:04:34 -0000	1.38.2.5
 @@ -122,9 +122,16 @@ static struct argp argp =
    options, parse_opt, NULL, doc,
  };
@@ -1804,8 +1804,8 @@
    signal (SIGPIPE, SIG_IGN);
  
    /* Cleanup files created by a previous 'bind'.  */
---- glibc-20050319T1907/nscd/nscd.conf	3 Oct 2004 21:09:23 -0000	1.10
-+++ glibc-20050319T1907-fedora/nscd/nscd.conf	4 Oct 2004 08:56:17 -0000	1.8.2.2
+--- glibc-20050324T0715/nscd/nscd.conf	3 Oct 2004 21:09:23 -0000	1.10
++++ glibc-20050324T0715-fedora/nscd/nscd.conf	4 Oct 2004 08:56:17 -0000	1.8.2.2
 @@ -31,8 +31,8 @@
  #	logfile			/var/log/nscd.log
  #	threads			6
@@ -1817,8 +1817,8 @@
  	debug-level		0
  #	reload-count		5
  	paranoia		no
---- glibc-20050319T1907/nscd/nscd_conf.c	3 Oct 2004 21:10:35 -0000	1.16
-+++ glibc-20050319T1907-fedora/nscd/nscd_conf.c	4 Oct 2004 08:56:17 -0000	1.14.2.2
+--- glibc-20050324T0715/nscd/nscd_conf.c	3 Oct 2004 21:10:35 -0000	1.16
++++ glibc-20050324T0715-fedora/nscd/nscd_conf.c	4 Oct 2004 08:56:17 -0000	1.14.2.2
 @@ -230,7 +230,10 @@ nscd_parse_file (const char *fname, stru
  		if (strcmp (arg2, "no") == 0)
  		  dbs[cnt].shared = 0;
@@ -1831,8 +1831,8 @@
  		break;
  	      }
  	  if (cnt == lastdb)
---- glibc-20050319T1907/posix/Makefile	23 Feb 2005 02:45:27 -0000	1.183
-+++ glibc-20050319T1907-fedora/posix/Makefile	3 Mar 2005 13:34:10 -0000	1.171.2.11
+--- glibc-20050324T0715/posix/Makefile	23 Feb 2005 02:45:27 -0000	1.183
++++ glibc-20050324T0715-fedora/posix/Makefile	3 Mar 2005 13:34:10 -0000	1.171.2.11
 @@ -105,7 +105,8 @@ generated := $(addprefix wordexp-test-re
  	     bug-regex21-mem bug-regex21.mtrace \
  	     tst-rxspencer-mem tst-rxspencer.mtrace tst-getconf.out \
@@ -1866,8 +1866,8 @@
 +	  | sed -n -e '/START_OF_STRINGS/,$${/POSIX_V6_/{s/^[^"]*"//;s/".*$$//;p}}' \
 +	  > $@.new
 +	mv -f $@.new $@
---- glibc-20050319T1907/posix/getconf.speclist.h 1 Jan 1970 00:00:00 -0000
-+++ glibc-20050319T1907-fedora/posix/getconf.speclist.h	13 Dec 2004 23:32:37 -0000	1.1.2.2
+--- glibc-20050324T0715/posix/getconf.speclist.h 1 Jan 1970 00:00:00 -0000
++++ glibc-20050324T0715-fedora/posix/getconf.speclist.h	13 Dec 2004 23:32:37 -0000	1.1.2.2
 @@ -0,0 +1,15 @@
 +#include <unistd.h>
 +const char *START_OF_STRINGS =
@@ -1884,8 +1884,8 @@
 +"POSIX_V6_LPBIG_OFFBIG"
 +#endif
 +"";
---- glibc-20050319T1907/posix/bits/unistd.h	19 Mar 2005 00:13:23 -0000	1.7
-+++ glibc-20050319T1907-fedora/posix/bits/unistd.h	19 Mar 2005 20:18:07 -0000	1.3.2.3
+--- glibc-20050324T0715/posix/bits/unistd.h	20 Mar 2005 16:48:41 -0000	1.8
++++ glibc-20050324T0715-fedora/posix/bits/unistd.h	20 Mar 2005 18:12:27 -0000	1.3.2.4
 @@ -21,25 +21,19 @@
  # error "Never include <bits/unistd.h> directly; use <unistd.h> instead."
  #endif
@@ -1928,7 +1928,7 @@
  }
  # else
  extern __always_inline __wur ssize_t
- pread (int __fd, void *__buf, size_t __nbytes, __off_t __offset)
+ pread (int __fd, void *__buf, size_t __nbytes, __off64_t __offset)
  {
 -  if (__bos0 (__buf) != (size_t) -1
 -      && (!__builtin_constant_p (__nbytes) || __nbytes > __bos0 (__buf)))
@@ -2003,8 +2003,8 @@
 -  return __getwd_alias (__buf);
 -}
 -#endif
---- glibc-20050319T1907/socket/bits/socket2.h	19 Mar 2005 00:13:57 -0000	1.5
-+++ glibc-20050319T1907-fedora/socket/bits/socket2.h	19 Mar 2005 20:18:08 -0000	1.2.2.5
+--- glibc-20050324T0715/socket/bits/socket2.h	19 Mar 2005 00:13:57 -0000	1.5
++++ glibc-20050324T0715-fedora/socket/bits/socket2.h	19 Mar 2005 20:18:08 -0000	1.2.2.5
 @@ -21,24 +21,18 @@
  # error "Never include <bits/socket2.h> directly; use <sys/socket.h> instead."
  #endif
@@ -2045,8 +2045,8 @@
 +    __chk_fail ();
    return __recvfrom_alias (__fd, __buf, __n, __flags, __addr, __addr_len);
  }
---- glibc-20050319T1907/sysdeps/generic/dl-cache.h	25 Jun 2003 08:01:22 -0000	1.13
-+++ glibc-20050319T1907-fedora/sysdeps/generic/dl-cache.h	22 Sep 2004 21:21:07 -0000	1.13.2.1
+--- glibc-20050324T0715/sysdeps/generic/dl-cache.h	25 Jun 2003 08:01:22 -0000	1.13
++++ glibc-20050324T0715-fedora/sysdeps/generic/dl-cache.h	22 Sep 2004 21:21:07 -0000	1.13.2.1
 @@ -36,6 +36,14 @@
  # define add_system_dir(dir) add_dir (dir)
  #endif
@@ -2062,8 +2062,8 @@
  #define CACHEMAGIC "ld.so-1.7.0"
  
  /* libc5 and glibc 2.0/2.1 use the same format.  For glibc 2.2 another
---- glibc-20050319T1907/sysdeps/i386/bits/atomic.h 1 Jan 1970 00:00:00 -0000
-+++ glibc-20050319T1907-fedora/sysdeps/i386/bits/atomic.h	5 Oct 2004 12:09:44 -0000	1.1.2.3
+--- glibc-20050324T0715/sysdeps/i386/bits/atomic.h 1 Jan 1970 00:00:00 -0000
++++ glibc-20050324T0715-fedora/sysdeps/i386/bits/atomic.h	5 Oct 2004 12:09:44 -0000	1.1.2.3
 @@ -0,0 +1,410 @@
 +/* Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -2475,15 +2475,8 @@
 +
 +
 +#define atomic_delay() asm ("rep; nop")
---- glibc-20050319T1907/sysdeps/i386/i486/Makefile 1 Jan 1970 00:00:00 -0000
-+++ glibc-20050319T1907-fedora/sysdeps/i386/i486/Makefile	5 Mar 2005 13:03:35 -0000	1.1.2.1
-@@ -0,0 +1,4 @@
-+# Temporary workaround for GCC4 PR debug/19345
-+ifeq ($(subdir),string)
-+CFLAGS-string-inlines.c += -g0
-+endif
---- glibc-20050319T1907/sysdeps/ia64/Makefile	16 Aug 2004 06:46:14 -0000	1.10
-+++ glibc-20050319T1907-fedora/sysdeps/ia64/Makefile	22 Sep 2004 21:21:07 -0000	1.10.2.1
+--- glibc-20050324T0715/sysdeps/ia64/Makefile	16 Aug 2004 06:46:14 -0000	1.10
++++ glibc-20050324T0715-fedora/sysdeps/ia64/Makefile	22 Sep 2004 21:21:07 -0000	1.10.2.1
 @@ -12,8 +12,8 @@ elide-routines.os += hp-timing
  
  ifeq (yes,$(build-shared))
@@ -2495,8 +2488,8 @@
  endif
  endif
  
---- glibc-20050319T1907/sysdeps/ia64/ia64libgcc.S	11 May 2002 05:12:35 -0000	1.2
-+++ glibc-20050319T1907-fedora/sysdeps/ia64/ia64libgcc.S	22 Sep 2004 21:21:07 -0000	1.2.2.1
+--- glibc-20050324T0715/sysdeps/ia64/ia64libgcc.S	11 May 2002 05:12:35 -0000	1.2
++++ glibc-20050324T0715-fedora/sysdeps/ia64/ia64libgcc.S	22 Sep 2004 21:21:07 -0000	1.2.2.1
 @@ -1,350 +0,0 @@
 -/* From the Intel IA-64 Optimization Guide, choose the minimum latency
 -   alternative.  */
@@ -2848,8 +2841,8 @@
 -	.symver	___multi3, __multi3 at GLIBC_2.2
 -
 -#endif
---- glibc-20050319T1907/sysdeps/ia64/libgcc-compat.c 1 Jan 1970 00:00:00 -0000
-+++ glibc-20050319T1907-fedora/sysdeps/ia64/libgcc-compat.c	22 Sep 2004 21:21:08 -0000	1.1.2.1
+--- glibc-20050324T0715/sysdeps/ia64/libgcc-compat.c 1 Jan 1970 00:00:00 -0000
++++ glibc-20050324T0715-fedora/sysdeps/ia64/libgcc-compat.c	22 Sep 2004 21:21:08 -0000	1.1.2.1
 @@ -0,0 +1,84 @@
 +/* pre-.hidden libgcc compatibility
 +   Copyright (C) 2002 Free Software Foundation, Inc.
@@ -2935,8 +2928,8 @@
 +symbol_version (INTUSE (__multi3), __multi3, GLIBC_2.2);
 +
 +#endif
---- glibc-20050319T1907/sysdeps/unix/nice.c	28 Sep 2002 19:13:13 -0000	1.6
-+++ glibc-20050319T1907-fedora/sysdeps/unix/nice.c	22 Sep 2004 21:21:08 -0000	1.6.2.1
+--- glibc-20050324T0715/sysdeps/unix/nice.c	28 Sep 2002 19:13:13 -0000	1.6
++++ glibc-20050324T0715-fedora/sysdeps/unix/nice.c	22 Sep 2004 21:21:08 -0000	1.6.2.1
 @@ -41,7 +41,12 @@ nice (int incr)
  	__set_errno (save);
      }
@@ -2951,8 +2944,8 @@
    if (result != -1)
      return getpriority (PRIO_PROCESS, 0);
    else
---- glibc-20050319T1907/sysdeps/unix/sysv/linux/paths.h	15 Nov 2000 23:06:47 -0000	1.11
-+++ glibc-20050319T1907-fedora/sysdeps/unix/sysv/linux/paths.h	22 Sep 2004 21:21:08 -0000	1.11.4.1
+--- glibc-20050324T0715/sysdeps/unix/sysv/linux/paths.h	15 Nov 2000 23:06:47 -0000	1.11
++++ glibc-20050324T0715-fedora/sysdeps/unix/sysv/linux/paths.h	22 Sep 2004 21:21:08 -0000	1.11.4.1
 @@ -61,7 +61,7 @@
  #define	_PATH_TTY	"/dev/tty"
  #define	_PATH_UNIX	"/boot/vmlinux"
@@ -2962,8 +2955,8 @@
  #define _PATH_WTMP	"/var/log/wtmp"
  
  /* Provide trailing slash, since mostly used for building pathnames. */
---- glibc-20050319T1907/sysdeps/unix/sysv/linux/readonly-area.c	18 Oct 2004 04:17:11 -0000	1.1
-+++ glibc-20050319T1907-fedora/sysdeps/unix/sysv/linux/readonly-area.c	20 Oct 2004 11:04:51 -0000	1.1.2.2
+--- glibc-20050324T0715/sysdeps/unix/sysv/linux/readonly-area.c	18 Oct 2004 04:17:11 -0000	1.1
++++ glibc-20050324T0715-fedora/sysdeps/unix/sysv/linux/readonly-area.c	20 Oct 2004 11:04:51 -0000	1.1.2.2
 @@ -33,7 +33,10 @@ __readonly_area (const char *ptr, size_t
  
    FILE *fp = fopen ("/proc/self/maps", "rc");
@@ -2976,8 +2969,8 @@
  
    /* We need no locking.  */
    __fsetlocking (fp, FSETLOCKING_BYCALLER);
---- glibc-20050319T1907/sysdeps/unix/sysv/linux/tcsetattr.c	10 Sep 2003 19:16:07 -0000	1.16
-+++ glibc-20050319T1907-fedora/sysdeps/unix/sysv/linux/tcsetattr.c	22 Sep 2004 21:21:08 -0000	1.16.2.1
+--- glibc-20050324T0715/sysdeps/unix/sysv/linux/tcsetattr.c	10 Sep 2003 19:16:07 -0000	1.16
++++ glibc-20050324T0715-fedora/sysdeps/unix/sysv/linux/tcsetattr.c	22 Sep 2004 21:21:08 -0000	1.16.2.1
 @@ -49,6 +49,7 @@ tcsetattr (fd, optional_actions, termios
  {
    struct __kernel_termios k_termios;
@@ -3023,153 +3016,8 @@
 +  return retval;
  }
  libc_hidden_def (tcsetattr)
---- glibc-20050319T1907/sysdeps/unix/sysv/linux/alpha/bits/termios.h	31 Mar 2004 08:53:28 -0000	1.7
-+++ glibc-20050319T1907-fedora/sysdeps/unix/sysv/linux/alpha/bits/termios.h	11 Feb 2005 09:07:59 -0000	1.7.2.1
-@@ -1,5 +1,5 @@
- /* termios type and macro definitions.  Linux version.
--   Copyright (C) 1993,1994,1995,1996,1997,1999,2003
-+   Copyright (C) 1993, 1994, 1995, 1996, 1997, 1999, 2003, 2005
- 	Free Software Foundation, Inc.
-    This file is part of the GNU C Library.
- 
-@@ -91,34 +91,42 @@ struct termios
- 
- #define OFILL	00000100
- #define OFDEL	00000200
--#define NLDLY	00001400
--#define   NL0	00000000
--#define   NL1	00000400
--#define   NL2	00001000
--#define   NL3	00001400
--#define TABDLY	00006000
--#define   TAB0	00000000
--#define   TAB1	00002000
--#define   TAB2	00004000
--#define   TAB3	00006000
--#define CRDLY	00030000
--#define   CR0	00000000
--#define   CR1	00010000
--#define   CR2	00020000
--#define   CR3	00030000
--#define FFDLY	00040000
--#define   FF0	00000000
--#define   FF1	00040000
--#define BSDLY	00100000
--#define   BS0	00000000
--#define   BS1	00100000
-+#if defined __USE_MISC || defined __USE_XOPEN
-+# define NLDLY	00001400
-+# define   NL0	00000000
-+# define   NL1	00000400
-+# define   NL2	00001000
-+# define   NL3	00001400
-+# define TABDLY	00006000
-+# define   TAB0	00000000
-+# define   TAB1	00002000
-+# define   TAB2	00004000
-+# define   TAB3	00006000
-+# define CRDLY	00030000
-+# define   CR0	00000000
-+# define   CR1	00010000
-+# define   CR2	00020000
-+# define   CR3	00030000
-+# define FFDLY	00040000
-+# define   FF0	00000000
-+# define   FF1	00040000
-+# define BSDLY	00100000
-+# define   BS0	00000000
-+# define   BS1	00100000
-+#endif
-+
- #define VTDLY	00200000
- #define   VT0	00000000
- #define   VT1	00200000
--#define XTABS	01000000 /* Hmm.. Linux/i386 considers this part of TABDLY.. */
-+
-+#ifdef __USE_MISC
-+# define XTABS	01000000 /* Hmm.. Linux/i386 considers this part of TABDLY.. */
-+#endif
- 
- /* c_cflag bit meaning */
--#define CBAUD	0000037
-+#ifdef __USE_MISC
-+# define CBAUD	0000037
-+#endif
- #define  B0	0000000		/* hang up */
- #define  B50	0000001
- #define  B75	0000002
-@@ -135,9 +143,11 @@ struct termios
- #define  B9600	0000015
- #define  B19200	0000016
- #define  B38400	0000017
--#define EXTA B19200
--#define EXTB B38400
--#define CBAUDEX 0000000
-+#ifdef __USE_MISC
-+# define EXTA B19200
-+# define EXTB B38400
-+# define CBAUDEX 0000000
-+#endif
- #define  B57600   00020
- #define  B115200  00021
- #define  B230400  00022
-@@ -169,23 +179,30 @@ struct termios
- #define HUPCL	00040000
- 
- #define CLOCAL	00100000
--#define CRTSCTS	  020000000000		/* flow control */
-+#ifdef __USE_MISC
-+# define CMSPAR	  010000000000		/* mark or space (stick) parity */
-+# define CRTSCTS  020000000000		/* flow control */
-+#endif
- 
- /* c_lflag bits */
- #define ISIG	0x00000080
- #define ICANON	0x00000100
--#define XCASE	0x00004000
-+#if defined __USE_MISC || defined __USE_XOPEN
-+# define XCASE	0x00004000
-+#endif
- #define ECHO	0x00000008
- #define ECHOE	0x00000002
- #define ECHOK	0x00000004
- #define ECHONL	0x00000010
- #define NOFLSH	0x80000000
- #define TOSTOP	0x00400000
--#define ECHOCTL	0x00000040
--#define ECHOPRT	0x00000020
--#define ECHOKE	0x00000001
--#define FLUSHO	0x00800000
--#define PENDIN	0x20000000
-+#ifdef __USE_MISC
-+# define ECHOCTL	0x00000040
-+# define ECHOPRT	0x00000020
-+# define ECHOKE	0x00000001
-+# define FLUSHO	0x00800000
-+# define PENDIN	0x20000000
-+#endif
- #define IEXTEN	0x00000400
- 
- /* Values for the ACTION argument to `tcflow'.  */
---- glibc-20050319T1907/sysdeps/unix/sysv/linux/bits/termios.h	31 Mar 2004 08:53:29 -0000	1.10
-+++ glibc-20050319T1907-fedora/sysdeps/unix/sysv/linux/bits/termios.h	11 Feb 2005 09:08:00 -0000	1.10.2.1
-@@ -1,5 +1,5 @@
- /* termios type and macro definitions.  Linux version.
--   Copyright (C) 1993,1994,1995,1996,1997,1998,1999,2003
-+   Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2003, 2005
- 	Free Software Foundation, Inc.
-    This file is part of the GNU C Library.
- 
-@@ -172,6 +172,7 @@ struct termios
- #define __MAX_BAUD B4000000
- #ifdef __USE_MISC
- # define CIBAUD	  002003600000		/* input baud rate (not used) */
-+# define CMSPAR   010000000000		/* mark or space (stick) parity */
- # define CRTSCTS  020000000000		/* flow control */
- #endif
- 
---- glibc-20050319T1907/sysdeps/unix/sysv/linux/i386/dl-cache.h 1 Jan 1970 00:00:00 -0000
-+++ glibc-20050319T1907-fedora/sysdeps/unix/sysv/linux/i386/dl-cache.h	22 Sep 2004 21:21:08 -0000	1.1.2.1
+--- glibc-20050324T0715/sysdeps/unix/sysv/linux/i386/dl-cache.h 1 Jan 1970 00:00:00 -0000
++++ glibc-20050324T0715-fedora/sysdeps/unix/sysv/linux/i386/dl-cache.h	22 Sep 2004 21:21:08 -0000	1.1.2.1
 @@ -0,0 +1,59 @@
 +/* Support for reading /etc/ld.so.cache files written by Linux ldconfig.
 +   Copyright (C) 2004 Free Software Foundation, Inc.
@@ -3230,8 +3078,8 @@
 +  } while (0)
 +
 +#include_next <dl-cache.h>
---- glibc-20050319T1907/sysdeps/unix/sysv/linux/ia64/dl-cache.h	6 Jul 2001 04:56:17 -0000	1.2
-+++ glibc-20050319T1907-fedora/sysdeps/unix/sysv/linux/ia64/dl-cache.h	22 Sep 2004 21:21:09 -0000	1.2.4.1
+--- glibc-20050324T0715/sysdeps/unix/sysv/linux/ia64/dl-cache.h	6 Jul 2001 04:56:17 -0000	1.2
++++ glibc-20050324T0715-fedora/sysdeps/unix/sysv/linux/ia64/dl-cache.h	22 Sep 2004 21:21:09 -0000	1.2.4.1
 @@ -22,4 +22,31 @@
  #define _dl_cache_check_flags(flags) \
    ((flags) == _DL_CACHE_DEFAULT_ID)
@@ -3264,290 +3112,24 @@
 +  } while (0)
 +
  #include_next <dl-cache.h>
---- glibc-20050319T1907/sysdeps/unix/sysv/linux/ia64/dl-procinfo.c 1 Jan 1970 00:00:00 -0000
-+++ glibc-20050319T1907-fedora/sysdeps/unix/sysv/linux/ia64/dl-procinfo.c	22 Sep 2004 21:21:09 -0000	1.1.2.1
+--- glibc-20050324T0715/sysdeps/unix/sysv/linux/ia64/dl-procinfo.c 1 Jan 1970 00:00:00 -0000
++++ glibc-20050324T0715-fedora/sysdeps/unix/sysv/linux/ia64/dl-procinfo.c	22 Sep 2004 21:21:09 -0000	1.1.2.1
 @@ -0,0 +1,5 @@
 +#ifdef IS_IN_ldconfig
 +#include <sysdeps/i386/dl-procinfo.c>
 +#else
 +#include <sysdeps/generic/dl-procinfo.c>
 +#endif
---- glibc-20050319T1907/sysdeps/unix/sysv/linux/ia64/dl-procinfo.h 1 Jan 1970 00:00:00 -0000
-+++ glibc-20050319T1907-fedora/sysdeps/unix/sysv/linux/ia64/dl-procinfo.h	22 Sep 2004 21:21:09 -0000	1.1.2.1
+--- glibc-20050324T0715/sysdeps/unix/sysv/linux/ia64/dl-procinfo.h 1 Jan 1970 00:00:00 -0000
++++ glibc-20050324T0715-fedora/sysdeps/unix/sysv/linux/ia64/dl-procinfo.h	22 Sep 2004 21:21:09 -0000	1.1.2.1
 @@ -0,0 +1,5 @@
 +#ifdef IS_IN_ldconfig
 +#include <sysdeps/unix/sysv/linux/i386/dl-procinfo.h>
 +#else
 +#include <sysdeps/generic/dl-procinfo.h>
 +#endif
---- glibc-20050319T1907/sysdeps/unix/sysv/linux/ia64/ldd-rewrite.sed	17 Jan 2002 06:49:28 -0000	1.2
-+++ glibc-20050319T1907-fedora/sysdeps/unix/sysv/linux/ia64/ldd-rewrite.sed	22 Sep 2004 21:21:09 -0000	1.2.2.1
+--- glibc-20050324T0715/sysdeps/unix/sysv/linux/ia64/ldd-rewrite.sed	17 Jan 2002 06:49:28 -0000	1.2
++++ glibc-20050324T0715-fedora/sysdeps/unix/sysv/linux/ia64/ldd-rewrite.sed	22 Sep 2004 21:21:09 -0000	1.2.2.1
 @@ -1 +1 @@
 -s_^\(RTLDLIST=\)\([^ 	]*\)-ia64\(\.so\.[0-9.]*\)[ 	]*$_\1"\2-ia64\3 \2\3"_
 +s_^\(RTLDLIST=\)\([^ 	]*\)-ia64\(\.so\.[0-9.]*\)[ 	]*$_\1"\2-ia64\3 /emul/ia32-linux\2\3"_
---- glibc-20050319T1907/sysdeps/unix/sysv/linux/powerpc/bits/termios.h	13 May 2004 02:17:03 -0000	1.12
-+++ glibc-20050319T1907-fedora/sysdeps/unix/sysv/linux/powerpc/bits/termios.h	11 Feb 2005 09:08:01 -0000	1.12.2.1
-@@ -1,4 +1,4 @@
--/* Copyright (C) 1997,1999,2001,2003,2004 Free Software Foundation, Inc.
-+/* Copyright (C) 1997,1999,2001,2003,2004,2005 Free Software Foundation, Inc.
-    This file is part of the GNU C Library.
- 
-    The GNU C Library is free software; you can redistribute it and/or
-@@ -92,34 +92,41 @@ struct termios {
- 
- #define OFILL	00000100
- #define OFDEL	00000200
--#define NLDLY	00001400
--#define   NL0	00000000
--#define   NL1	00000400
--#define   NL2	00001000
--#define   NL3	00001400
--#define TABDLY	00006000
--#define   TAB0	00000000
--#define   TAB1	00002000
--#define   TAB2	00004000
--#define   TAB3	00006000
--#define XTABS	00006000	/* Required by POSIX to be == TAB3.  */
--#define CRDLY	00030000
--#define   CR0	00000000
--#define   CR1	00010000
--#define   CR2	00020000
--#define   CR3	00030000
--#define FFDLY	00040000
--#define   FF0	00000000
--#define   FF1	00040000
--#define BSDLY	00100000
--#define   BS0	00000000
--#define   BS1	00100000
-+#if defined __USE_MISC || defined __USE_XOPEN
-+# define NLDLY	00001400
-+# define   NL0	00000000
-+# define   NL1	00000400
-+# define   NL2	00001000
-+# define   NL3	00001400
-+# define TABDLY	00006000
-+# define   TAB0	00000000
-+# define   TAB1	00002000
-+# define   TAB2	00004000
-+# define   TAB3	00006000
-+# define CRDLY	00030000
-+# define   CR0	00000000
-+# define   CR1	00010000
-+# define   CR2	00020000
-+# define   CR3	00030000
-+# define FFDLY	00040000
-+# define   FF0	00000000
-+# define   FF1	00040000
-+# define BSDLY	00100000
-+# define   BS0	00000000
-+# define   BS1	00100000
-+#endif
- #define VTDLY	00200000
- #define   VT0	00000000
- #define   VT1	00200000
- 
-+#ifdef __USE_MISC
-+# define XTABS	00006000
-+#endif
-+
- /* c_cflag bit meaning */
--#define CBAUD	0000377
-+#ifdef __USE_MISC
-+# define CBAUD	0000377
-+#endif
- #define  B0	0000000		/* hang up */
- #define  B50	0000001
- #define  B75	0000002
-@@ -136,9 +143,11 @@ struct termios {
- #define  B9600	0000015
- #define  B19200	0000016
- #define  B38400	0000017
--#define EXTA B19200
--#define EXTB B38400
--#define CBAUDEX 0000020
-+#ifdef __USE_MISC
-+# define EXTA B19200
-+# define EXTB B38400
-+# define CBAUDEX 0000020
-+#endif
- #define  B57600   00020
- #define  B115200  00021
- #define  B230400  00022
-@@ -169,23 +178,30 @@ struct termios {
- #define HUPCL	00040000
- 
- #define CLOCAL	00100000
--#define CRTSCTS	  020000000000		/* flow control */
-+#ifdef __USE_MISC
-+# define CMSPAR   010000000000		/* mark or space (stick) parity */
-+# define CRTSCTS  020000000000		/* flow control */
-+#endif
- 
- /* c_lflag bits */
- #define ISIG	0x00000080
- #define ICANON	0x00000100
--#define XCASE	0x00004000
-+#if defined __USE_MISC || defined __USE_XOPEN
-+# define XCASE	0x00004000
-+#endif
- #define ECHO	0x00000008
- #define ECHOE	0x00000002
- #define ECHOK	0x00000004
- #define ECHONL	0x00000010
- #define NOFLSH	0x80000000
- #define TOSTOP	0x00400000
--#define ECHOCTL	0x00000040
--#define ECHOPRT	0x00000020
--#define ECHOKE	0x00000001
--#define FLUSHO	0x00800000
--#define PENDIN	0x20000000
-+#ifdef __USE_MISC
-+# define ECHOCTL	0x00000040
-+# define ECHOPRT	0x00000020
-+# define ECHOKE	0x00000001
-+# define FLUSHO	0x00800000
-+# define PENDIN	0x20000000
-+#endif
- #define IEXTEN	0x00000400
- 
- /* Values for the ACTION argument to `tcflow'.  */
---- glibc-20050319T1907/sysdeps/unix/sysv/linux/sparc/bits/termios.h	31 Mar 2004 08:53:30 -0000	1.10
-+++ glibc-20050319T1907-fedora/sysdeps/unix/sysv/linux/sparc/bits/termios.h	11 Feb 2005 09:08:01 -0000	1.10.2.1
-@@ -1,5 +1,6 @@
- /* termios type and macro definitions.  Linux/SPARC version.
--   Copyright (C) 1993, 1994, 1995, 1996, 1997, 2000 Free Software Foundation, Inc.
-+   Copyright (C) 1993, 1994, 1995, 1996, 1997, 2000, 2005
-+       Free Software Foundation, Inc.
-    This file is part of the GNU C Library.
- 
-    The GNU C Library is free software; you can redistribute it and/or
-@@ -84,34 +85,41 @@ struct termios
- #define ONLRET	0x00000020
- #define OFILL	0x00000040
- #define OFDEL	0x00000080
--#define NLDLY	0x00000100
--#define   NL0	0x00000000
--#define   NL1	0x00000100
--#define CRDLY	0x00000600
--#define   CR0	0x00000000
--#define   CR1	0x00000200
--#define   CR2	0x00000400
--#define   CR3	0x00000600
--#define TABDLY	0x00001800
--#define   TAB0	0x00000000
--#define   TAB1	0x00000800
--#define   TAB2	0x00001000
--#define   TAB3	0x00001800
--#define   XTABS	0x00001800
--#define BSDLY	0x00002000
--#define   BS0	0x00000000
--#define   BS1	0x00002000
--#define VTDLY	0x00004000
--#define   VT0	0x00000000
--#define   VT1	0x00004000
-+#if defined __USE_MISC || defined __USE_XOPEN
-+# define NLDLY	0x00000100
-+# define   NL0	0x00000000
-+# define   NL1	0x00000100
-+# define CRDLY	0x00000600
-+# define   CR0	0x00000000
-+# define   CR1	0x00000200
-+# define   CR2	0x00000400
-+# define   CR3	0x00000600
-+# define TABDLY	0x00001800
-+# define   TAB0	0x00000000
-+# define   TAB1	0x00000800
-+# define   TAB2	0x00001000
-+# define   TAB3	0x00001800
-+# define BSDLY	0x00002000
-+# define   BS0	0x00000000
-+# define   BS1	0x00002000
- #define FFDLY	0x00008000
- #define   FF0	0x00000000
- #define   FF1	0x00008000
-+#endif
-+#define VTDLY	0x00004000
-+#define   VT0	0x00000000
-+#define   VT1	0x00004000
- #define PAGEOUT 0x00010000	/* SUNOS specific */
- #define WRAP    0x00020000	/* SUNOS specific */
- 
-+#ifdef __USE_MISC
-+# define   XTABS	0x00001800
-+#endif
-+
- /* c_cflag bit meaning */
--#define CBAUD	0x0000100f
-+#ifdef __USE_MISC
-+# define CBAUD	0x0000100f
-+#endif
- #define  B0	0x00000000	/* hang up */
- #define  B50	0x00000001
- #define  B75	0x00000002
-@@ -128,8 +136,10 @@ struct termios
- #define  B9600	0x0000000d
- #define  B19200	0x0000000e
- #define  B38400	0x0000000f
--#define EXTA    B19200
--#define EXTB    B38400
-+#ifdef __USE_MISC
-+# define EXTA    B19200
-+# define EXTB    B38400
-+#endif
- #define  CSIZE  0x00000030
- #define   CS5	0x00000000
- #define   CS6	0x00000010
-@@ -141,7 +151,9 @@ struct termios
- #define PARODD	0x00000200
- #define HUPCL	0x00000400
- #define CLOCAL	0x00000800
--#define CBAUDEX 0x00001000
-+#ifdef __USE_MISC
-+# define CBAUDEX 0x00001000
-+#endif
- #define  B57600  0x00001001
- #define  B115200 0x00001002
- #define  B230400 0x00001003
-@@ -159,26 +171,32 @@ struct termios
- #define B2000000 0x0000100f
- #define __MAX_BAUD B2000000
- 
--#define CIBAUD	0x100f0000	/* input baud rate (not used) */
--#define CMSPAR	0x40000000	/* mark or space (stick) parity */
--#define CRTSCTS	0x80000000	/* flow control */
-+#ifdef __USE_MISC
-+# define CIBAUD	 0x100f0000	/* input baud rate (not used) */
-+# define CMSPAR	 0x40000000	/* mark or space (stick) parity */
-+# define CRTSCTS 0x80000000	/* flow control */
-+#endif
- 
- /* c_lflag bits */
- #define ISIG	0x00000001
- #define ICANON	0x00000002
--#define XCASE	0x00000004
-+#if defined __USE_MISC || defined __USE_XOPEN
-+# define XCASE	0x00000004
-+#endif
- #define ECHO	0x00000008
- #define ECHOE	0x00000010
- #define ECHOK	0x00000020
- #define ECHONL	0x00000040
- #define NOFLSH	0x00000080
- #define TOSTOP	0x00000100
--#define ECHOCTL	0x00000200
--#define ECHOPRT	0x00000400
--#define ECHOKE	0x00000800
--#define DEFECHO 0x00001000	/* SUNOS thing, what is it? */
--#define FLUSHO	0x00002000
--#define PENDIN	0x00004000
-+#ifdef __USE_MISC
-+# define ECHOCTL	0x00000200
-+# define ECHOPRT	0x00000400
-+# define ECHOKE		0x00000800
-+# define DEFECHO 	0x00001000	/* SUNOS thing, what is it? */
-+# define FLUSHO		0x00002000
-+# define PENDIN		0x00004000
-+#endif
- #define IEXTEN	0x00008000
- 
- /* modem lines */


Index: glibc.spec
===================================================================
RCS file: /cvs/dist/rpms/glibc/devel/glibc.spec,v
retrieving revision 1.135
retrieving revision 1.136
diff -u -r1.135 -r1.136
--- glibc.spec	20 Mar 2005 07:06:13 -0000	1.135
+++ glibc.spec	24 Mar 2005 09:08:31 -0000	1.136
@@ -1,7 +1,7 @@
-%define glibcdate 20050319T1907
+%define glibcdate 20050324T0715
 %define glibcname glibc
 %define glibcversion 2.3.4
-%define glibcrelease 16
+%define glibcrelease 17
 %define auxarches i586 i686 athlon sparcv9 alphaev6
 %define prelinkarches noarch
 %define nptlarches i386 i686 athlon x86_64 ia64 s390 s390x sparcv9 ppc ppc64
@@ -22,7 +22,6 @@
 Patch1: %{name}-nptl-check.patch
 Patch2: %{name}-ppc-assume.patch
 Patch3: %{name}-ia64-lib64.patch
-Patch4: glibc-pread.patch
 Buildroot: %{_tmppath}/glibc-%{PACKAGE_VERSION}-root
 Obsoletes: zoneinfo, libc-static, libc-devel, libc-profile, libc-headers,
 Obsoletes:  linuxthreads, gencat, locale, ldconfig, locale-ja
@@ -272,7 +271,6 @@
 %patch3 -p1
 %endif
 %endif
-%patch4 -p1
 
 # Hack till glibc-kernheaders get updated, argh
 mkdir asm
@@ -1280,6 +1278,15 @@
 %endif
 
 %changelog
+* Thu Mar 24 2005 Jakub Jelinek <jakub at redhat.com> 2.3.4-17
+- update from CVS
+  - fix LD_AUDIT in LinuxThreads ld.so
+  - fix calloc with M_PERTURB
+  - fix error handling in pthread_create with PTHREAD_EXPLICIT_SCHED
+    on ppc*/ia64/alpha/mips (BZ#801)
+  - fix a typo in WINDOWS-31J charmap (#151739)
+  - fix NIS ypprot_err (#151469)
+
 * Sun Mar 20 2005 Jakub Jelinek <jakub at redhat.com> 2.3.4-16
 - fix pread with -D_FILE_OFFSET_BITS=64 (#151573)
 


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/glibc/devel/sources,v
retrieving revision 1.107
retrieving revision 1.108
diff -u -r1.107 -r1.108
--- sources	19 Mar 2005 22:00:27 -0000	1.107
+++ sources	24 Mar 2005 09:08:31 -0000	1.108
@@ -1,2 +1,2 @@
-09c648964f43a63a6e3529a05bc7503a  glibc-20050319T1907.tar.bz2
-570672bceb3133fbcda0a21e595a0a83  glibc-fedora-20050319T1907.tar.bz2
+094f0a506082c395c44868109871cf89  glibc-20050324T0715.tar.bz2
+8db05af4f98f83078d0b9d89248cb2a3  glibc-fedora-20050324T0715.tar.bz2


--- glibc-pread.patch DELETED ---




More information about the fedora-cvs-commits mailing list