aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2001-08-11 05:16:00 +0000
committerWarner Losh <imp@FreeBSD.org>2001-08-11 05:16:00 +0000
commite54b5dd9ff9eefcecb90af381b5e3cd8efd8f230 (patch)
tree11c644e047529e3ce340f86cfe21ea36431b3e76 /include
parent86a02c1326dd281a41e539547fd0fe9b2080f3a8 (diff)
Notes
Diffstat (limited to 'include')
-rw-r--r--include/pthread_np.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pthread_np.h b/include/pthread_np.h
index f5ac7f5aeb7cc..e479df66f89f0 100644
--- a/include/pthread_np.h
+++ b/include/pthread_np.h
@@ -50,7 +50,7 @@ int pthread_single_np __P((void));
int pthread_suspend_np __P((pthread_t));
int pthread_mutexattr_getkind_np __P((pthread_mutexattr_t));
int pthread_mutexattr_setkind_np __P((pthread_mutexattr_t *, int));
-void pthread_set_name_np __P((pthread_t, char *));
+void pthread_set_name_np __P((pthread_t, const char *));
int pthread_switch_add_np __P((pthread_switch_routine_t));
int pthread_switch_delete_np __P((pthread_switch_routine_t));
int pthread_main_np __P((void));