auto-import glibc-2.3.4-14 on branch devel from glibc-2.3.4-14.src.rpm
This commit is contained in:
parent
0c99a24061
commit
5de4c62391
@ -2029,7 +2029,7 @@
|
|||||||
+ __chk_fail (); \
|
+ __chk_fail (); \
|
||||||
+ getcwd (buf, __size_val); }))
|
+ getcwd (buf, __size_val); }))
|
||||||
--- glibc-20050303T1335/socket/bits/socket2.h 1 Mar 2005 21:33:39 -0000 1.2
|
--- glibc-20050303T1335/socket/bits/socket2.h 1 Mar 2005 21:33:39 -0000 1.2
|
||||||
+++ glibc-20050303T1335-fedora/socket/bits/socket2.h 6 Mar 2005 20:54:57 -0000 1.2.2.3
|
+++ glibc-20050303T1335-fedora/socket/bits/socket2.h 6 Mar 2005 23:34:29 -0000 1.2.2.4
|
||||||
@@ -21,18 +21,17 @@
|
@@ -21,18 +21,17 @@
|
||||||
# error "Never include <bits/socket2.h> directly; use <sys/socket.h> instead."
|
# error "Never include <bits/socket2.h> directly; use <sys/socket.h> instead."
|
||||||
#endif
|
#endif
|
||||||
@ -2059,7 +2059,7 @@
|
|||||||
+ ({ size_t __n_val = (n); \
|
+ ({ size_t __n_val = (n); \
|
||||||
+ if (__bos0 (buf) != (size_t) -1 && __bos0 (buf) < __n_val) \
|
+ if (__bos0 (buf) != (size_t) -1 && __bos0 (buf) < __n_val) \
|
||||||
+ __chk_fail (); \
|
+ __chk_fail (); \
|
||||||
+ recvfrom ((fd, (buf), __n_val, (flags), (addr), (addr_len)); }))
|
+ recvfrom ((fd), (buf), __n_val, (flags), (addr), (addr_len)); }))
|
||||||
--- glibc-20050303T1335/sysdeps/arm/dl-machine.h 1 Mar 2005 20:34:40 -0000 1.50
|
--- glibc-20050303T1335/sysdeps/arm/dl-machine.h 1 Mar 2005 20:34:40 -0000 1.50
|
||||||
+++ glibc-20050303T1335-fedora/sysdeps/arm/dl-machine.h 5 Mar 2005 13:03:35 -0000 1.48.2.3
|
+++ glibc-20050303T1335-fedora/sysdeps/arm/dl-machine.h 5 Mar 2005 13:03:35 -0000 1.48.2.3
|
||||||
@@ -353,9 +353,7 @@ elf_machine_plt_value (struct link_map *
|
@@ -353,9 +353,7 @@ elf_machine_plt_value (struct link_map *
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
%define glibcdate 20050303T1335
|
%define glibcdate 20050303T1335
|
||||||
%define glibcname glibc
|
%define glibcname glibc
|
||||||
%define glibcversion 2.3.4
|
%define glibcversion 2.3.4
|
||||||
%define glibcrelease 13
|
%define glibcrelease 14
|
||||||
%define auxarches i586 i686 athlon sparcv9 alphaev6
|
%define auxarches i586 i686 athlon sparcv9 alphaev6
|
||||||
%define prelinkarches noarch
|
%define prelinkarches noarch
|
||||||
%define nptlarches i386 i686 athlon x86_64 ia64 s390 s390x sparcv9 ppc ppc64
|
%define nptlarches i386 i686 athlon x86_64 ia64 s390 s390x sparcv9 ppc ppc64
|
||||||
@ -1277,7 +1277,7 @@ rm -f *.filelist*
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Sun Mar 6 2005 Roland McGrath <roland@redhat.com> 2.3.4-13
|
* Sun Mar 6 2005 Roland McGrath <roland@redhat.com> 2.3.4-14
|
||||||
- fix bits/socket2.h macro typos
|
- fix bits/socket2.h macro typos
|
||||||
|
|
||||||
* Sat Mar 5 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-12
|
* Sat Mar 5 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-12
|
||||||
|
Loading…
Reference in New Issue
Block a user