From: Roland McGrath Date: Thu, 10 Feb 2005 07:16:22 +0000 (+0000) Subject: * descr.h (__pthread_find_self, thread_self): Mark as pure X-Git-Tag: upstream/2.20~9922 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=677dda3f2779b8696689708998129e770d1b8a86;p=platform%2Fupstream%2Flinaro-glibc.git * descr.h (__pthread_find_self, thread_self): Mark as pure instead of const. --- diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 19ac84c..3da325f 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,8 @@ +2005-02-09 Daniel Jacobowitz + + * descr.h (__pthread_find_self, thread_self): Mark as pure + instead of const. + 2005-02-07 Jakub Jelinek * specific.c (pthread_key_delete): If pthread_create has not been