2.7.90-1
This commit is contained in:
parent
aaaf28d29b
commit
44addb7013
@ -1,2 +1,2 @@
|
|||||||
glibc-20071017T2029.tar.bz2
|
glibc-20071212T1953.tar.bz2
|
||||||
glibc-fedora-20071017T2029.tar.bz2
|
glibc-fedora-20071212T1953.tar.bz2
|
||||||
|
@ -1135,7 +1135,7 @@
|
|||||||
time_t next_wait;
|
time_t next_wait;
|
||||||
time_t now = time (NULL);
|
time_t now = time (NULL);
|
||||||
- if (e == ETIMEDOUT || now >= dbs[my_number].wakeup_time)
|
- if (e == ETIMEDOUT || now >= dbs[my_number].wakeup_time)
|
||||||
+ if (e == ETIMEDOUT now >= dbs[my_number].wakeup_time)
|
+ if (e == ETIMEDOUT || now >= dbs[my_number].wakeup_time)
|
||||||
{
|
{
|
||||||
next_wait = prune_cache (&dbs[my_number], now, -1);
|
next_wait = prune_cache (&dbs[my_number], now, -1);
|
||||||
next_wait = MAX (next_wait, CACHE_PRUNE_INTERVAL);
|
next_wait = MAX (next_wait, CACHE_PRUNE_INTERVAL);
|
||||||
|
15
glibc.spec
15
glibc.spec
@ -1,9 +1,9 @@
|
|||||||
%define glibcdate 20071017T2029
|
%define glibcdate 20071212T1953
|
||||||
%define glibcname glibc
|
%define glibcname glibc
|
||||||
%define glibcsrcdir glibc-20071017T2029
|
%define glibcsrcdir glibc-20071212T1953
|
||||||
%define glibc_release_tarballs 0
|
%define glibc_release_tarballs 0
|
||||||
%define glibcversion 2.7
|
%define glibcversion 2.7.90
|
||||||
%define glibcrelease 2
|
%define glibcrelease 1
|
||||||
%define run_glibc_tests 1
|
%define run_glibc_tests 1
|
||||||
%define auxarches i586 i686 athlon sparcv9v sparc64v alphaev6
|
%define auxarches i586 i686 athlon sparcv9v sparc64v alphaev6
|
||||||
%define xenarches i686 athlon
|
%define xenarches i686 athlon
|
||||||
@ -1015,7 +1015,12 @@ rm -f *.filelist*
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Thu Oct 18 2007 Jakub Jelinek <jakub@redhat.com> 2.7-2
|
* Wed Dec 12 2007 Jakub Jelinek <jakub@redhat.com> 2.7.90-1
|
||||||
|
- update to trunk
|
||||||
|
- fix __USE_STRING_INLINES on i?86 (#408731, #371711)
|
||||||
|
- fix *scanf (#388751)
|
||||||
|
|
||||||
|
* Wed Oct 17 2007 Jakub Jelinek <jakub@redhat.com> 2.7-1
|
||||||
- glibc 2.7 release
|
- glibc 2.7 release
|
||||||
- fix tzfile.c for times after last transition (#333561)
|
- fix tzfile.c for times after last transition (#333561)
|
||||||
- fix sem_post@GLIBC_2.0 on i?86
|
- fix sem_post@GLIBC_2.0 on i?86
|
||||||
|
Loading…
Reference in New Issue
Block a user