]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
2.3.5-8
authorJakub Jelinek <jakub@redhat.com>
Mon, 23 May 2005 14:40:57 +0000 (14:40 +0000)
committerJakub Jelinek <jakub@redhat.com>
Mon, 23 May 2005 14:40:57 +0000 (14:40 +0000)
fedora/glibc.spec.in
sysdeps/unix/clock_gettime.c

index d5ba493fe37b1bdf99ae83bbc3b1aaa5d322991d..dd99b57715e402349cc6fc5afe973460e2f0cbab 100644 (file)
@@ -1,4 +1,4 @@
-%define glibcrelease 7
+%define glibcrelease 8
 %define auxarches i586 i686 athlon sparcv9 alphaev6
 %define prelinkarches noarch
 %define nptlarches i386 i686 athlon x86_64 ia64 s390 s390x sparcv9 sparc64 ppc ppc64
@@ -1339,6 +1339,11 @@ rm -f *.filelist*
 %endif
 
 %changelog
+* Mon May 23 2005 Jakub Jelinek <jakub@redhat.com> 2.3.5-8
+- update from CVS
+  - fix kernel version check in ld.so
+- fix sendfile{,64} prototypes (BZ#961)
+
 * Fri May 20 2005 Jakub Jelinek <jakub@redhat.com> 2.3.5-7
 - update from CVS
   - make regexec thread safe (BZ#934)
index c8cef55fac199b51d94d1ee050c2dcedaeabbdf6..3a1717daf3fb3db59c7ca8b3cf08d6ef9e79d499 100644 (file)
@@ -100,7 +100,7 @@ clock_gettime (clockid_t clock_id, struct timespec *tp)
       SYSDEP_GETTIME;
 #endif
 
-#ifdef HANDLED_REALTIME
+#ifndef HANDLED_REALTIME
     case CLOCK_REALTIME:
       HANDLE_REALTIME;
       break;