rpms/glibc/devel glibc-fedora.patch,1.80,1.81

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Apr 27 13:51:40 UTC 2005


Author: jakub

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

Modified Files:
	glibc-fedora.patch 
Log Message:
2.3.5-2


glibc-fedora.patch:
 ChangeLog                                                 |   31 -
 ChangeLog.11                                              |   21 
 ChangeLog.12                                              |   12 
 ChangeLog.15                                              |   45 +
 Versions.def                                              |    2 
 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-load.c                                             |   30 -
 elf/dl-support.c                                          |    5 
 elf/ldconfig.c                                            |   25 
 elf/rtld.c                                                |  104 +++
 elf/tst-tls10.h                                           |    4 
 iconv/iconvconfig.c                                       |   55 -
 include/features.h                                        |   10 
 intl/locale.alias                                         |    2 
 libc/linuxthreads/sysdeps/pthread/getcpuclockid.c         |   11 
 libc/nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c |    6 
 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 
 math/Versions                                             |    9 
 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/generic/w_exp2.c                                  |    4 
 sysdeps/i386/Versions                                     |    7 
 sysdeps/i386/bits/atomic.h                                |  410 ++++++++++++++
 sysdeps/ia64/Makefile                                     |    4 
 sysdeps/ia64/Versions                                     |    7 
 sysdeps/ia64/ia64libgcc.S                                 |  350 -----------
 sysdeps/ia64/libgcc-compat.c                              |   84 ++
 sysdeps/m68k/Versions                                     |    7 
 sysdeps/mips/mips64/Versions                              |    7 
 sysdeps/sparc/sparc64/Versions                            |    7 
 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 +
 sysdeps/x86_64/Versions                                   |    7 
 version.h                                                 |    2 
 91 files changed, 1468 insertions(+), 617 deletions(-)

Index: glibc-fedora.patch
===================================================================
RCS file: /cvs/dist/rpms/glibc/devel/glibc-fedora.patch,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -r1.80 -r1.81
--- glibc-fedora.patch	27 Apr 2005 13:20:28 -0000	1.80
+++ glibc-fedora.patch	27 Apr 2005 13:51:37 -0000	1.81
@@ -3342,10 +3342,11 @@
  #include <sys/time.h>
  #include <time.h>
  #include <internals.h>
-+#include <spinlock.h>
- #include "kernel-features.h"
+-#include "kernel-features.h"
 -#include "posix-cpu-timers.h"
-+#include "kernel-posix-cpu-timers.h"
++#include <spinlock.h>
++#include <kernel-features.h>
++#include <kernel-posix-cpu-timers.h>
  
  
  #if !(__ASSUME_POSIX_CPU_TIMERS > 0)
@@ -3364,3 +3365,23 @@
        if (!INTERNAL_SYSCALL_ERROR_P (r, err))
  # endif
  	{
+--- libc/nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c	2005-04-27 13:05:16.000000000 +0200
++++ libc/nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c	2005-04-27 15:49:32.000000000 +0200
+@@ -1,5 +1,5 @@
+ /* pthread_getcpuclockid -- Get POSIX clockid_t for a pthread_t.  Linux version
+-   Copyright (C) 2000,2001,2002,2003,2004 Free Software Foundation, Inc.
++   Copyright (C) 2000,2001,2002,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
+@@ -21,8 +21,8 @@
+ #include <pthreadP.h>
+ #include <sys/time.h>
+ #include <tls.h>
+-#include "kernel-features.h"
+-#include "kernel-posix-cpu-timers.h"
++#include <kernel-features.h>
++#include <kernel-posix-cpu-timers.h>
+ 
+ 
+ #if !(__ASSUME_POSIX_CPU_TIMERS > 0)




More information about the fedora-cvs-commits mailing list