From 3e581274aa576cbf847b1cf56b18dafb68e336cd Mon Sep 17 00:00:00 2001 From: imp Date: Sat, 11 Aug 2001 05:16:00 +0000 Subject: Make the name parameter const char *. --- lib/libkse/thread/thr_info.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libkse') diff --git a/lib/libkse/thread/thr_info.c b/lib/libkse/thread/thr_info.c index 0eddb22..305a2b9 100644 --- a/lib/libkse/thread/thr_info.c +++ b/lib/libkse/thread/thr_info.c @@ -277,7 +277,7 @@ dump_thread(int fd, pthread_t pthread, int long_version) /* Set the thread name for debug: */ void -_pthread_set_name_np(pthread_t thread, char *name) +_pthread_set_name_np(pthread_t thread, const char *name) { /* Check if the caller has specified a valid thread: */ if (thread != NULL && thread->magic == PTHREAD_MAGIC) { -- cgit v1.1