From 677dda3f2779b8696689708998129e770d1b8a86 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 10 Feb 2005 07:16:22 +0000 Subject: [PATCH] * descr.h (__pthread_find_self, thread_self): Mark as pure instead of const. --- linuxthreads/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 19ac84c98d..3da325f723 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