rpms/glibc/devel glibc-fedora.patch,1.249,1.250

Jakub Jelinek (jakub) fedora-extras-commits at redhat.com
Wed Dec 12 21:15:42 UTC 2007


Author: jakub

Update of /cvs/pkgs/rpms/glibc/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14521

Modified Files:
	glibc-fedora.patch 
Log Message:
2.7.90-1

glibc-fedora.patch:

Index: glibc-fedora.patch
===================================================================
RCS file: /cvs/pkgs/rpms/glibc/devel/glibc-fedora.patch,v
retrieving revision 1.249
retrieving revision 1.250
diff -u -r1.249 -r1.250
--- glibc-fedora.patch	12 Dec 2007 20:47:44 -0000	1.249
+++ glibc-fedora.patch	12 Dec 2007 21:15:38 -0000	1.250
@@ -1135,7 +1135,7 @@
        time_t next_wait;
        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)
  	{
  	  next_wait = prune_cache (&dbs[my_number], now, -1);
  	  next_wait = MAX (next_wait, CACHE_PRUNE_INTERVAL);




More information about the fedora-extras-commits mailing list