From 45061a153c431bb3127d2a3c7fbb6abfbec0a505 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 29 Aug 2002 01:42:29 +0000 Subject: * NEWS: Added 2.2.6 text from 2.2 branch version. --- ChangeLog | 2 ++ NEWS | 14 +++++++++++--- linuxthreads/sysdeps/pthread/timer_routines.c | 2 +- 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 454dd5a9a6..cd6fb77b81 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2002-08-28 Roland McGrath + * NEWS: Added 2.2.6 text from 2.2 branch version. + * time/strptime.c (strptime_internal): Remove spurious const. * locale/lc-time.c (_nl_init_era_entries, _nl_get_era_entry, diff --git a/NEWS b/NEWS index 8103f69ffe..65ec4e5af0 100644 --- a/NEWS +++ b/NEWS @@ -51,6 +51,14 @@ Version 2.3 * Startup times are significantly reduced by not using exported functions inside the library itself. Changes by Jakub Jelinek, Roland McGrath, and Ulrich Drepper. +o +Version 2.2.6 + +* The Hurd now uses the GNU libio implementation of stdio rather than the + old GNU stdio implementation, and uses a new ABI (libc.so.0.3). + +* The Hurd on x86 now has the `ioperm' function and header file + with the same behavior as the Linux system call of the same name. Version 2.2.5 @@ -67,8 +75,8 @@ Version 2.2.5 * libc functions using I/O streams now can handle wide-oriented streams as well. -* optimizations in the dynamic linker. binaries created by recent binutils - versions start up quicker due to reduced time spend on relocations. +* optimizations in the dynamic linker. Binaries created by recent binutils + versions start up quicker due to reduced time spent on relocations. * Support for use of gcc3 added by Jakub Jelinek and HJ Lu. @@ -1367,7 +1375,7 @@ Version 1.04 ---------------------------------------------------------------------- Copyright information: -Copyright (C) 1992-1999, 2000 Free Software Foundation, Inc. +Copyright (C) 1992-1999,2000,01,02 Free Software Foundation, Inc. Permission is granted to anyone to make or distribute verbatim copies of this document as received, in any medium, provided that the diff --git a/linuxthreads/sysdeps/pthread/timer_routines.c b/linuxthreads/sysdeps/pthread/timer_routines.c index 86fae2af4c..b88c5e0556 100644 --- a/linuxthreads/sysdeps/pthread/timer_routines.c +++ b/linuxthreads/sysdeps/pthread/timer_routines.c @@ -490,7 +490,7 @@ __timer_thread_start (struct thread_node *thread) thread->exists = 1; if (pthread_create (&thread->id, &thread->attr, - (void (*) (void *)) thread_func, thread) != 0) + (void *(*) (void *)) thread_func, thread) != 0) { thread->exists = 0; retval = -1; -- cgit 1.4.1