diff options
| author | kleink <kleink@NetBSD.org> | 2005-03-21 17:55:07 +0000 |
|---|---|---|
| committer | kleink <kleink@NetBSD.org> | 2005-03-21 17:55:07 +0000 |
| commit | 9cf9c2316baf39b593a4ec35fc757a9932d289d0 (patch) | |
| tree | 8db8a0ea7238f055a6fb13257928bb35e4208e8c /lib/libpthread/pthread_mutex_init.3 | |
| parent | d1c67e471640b5c4c7c3a3cf0dd856bccd55d014 (diff) | |
Add restrict qualifiers to <pthread.h> function arguments.
Diffstat (limited to 'lib/libpthread/pthread_mutex_init.3')
| -rw-r--r-- | lib/libpthread/pthread_mutex_init.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libpthread/pthread_mutex_init.3 b/lib/libpthread/pthread_mutex_init.3 index d4aa923db1e..ca3a649ace6 100644 --- a/lib/libpthread/pthread_mutex_init.3 +++ b/lib/libpthread/pthread_mutex_init.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: pthread_mutex_init.3,v 1.2 2003/06/08 06:44:32 thorpej Exp $ +.\" $NetBSD: pthread_mutex_init.3,v 1.3 2005/03/21 17:55:07 kleink Exp $ .\" .\" Copyright (c) 2002 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -65,7 +65,7 @@ .Sh SYNOPSIS .In pthread.h .Ft int -.Fn pthread_mutex_init "pthread_mutex_t *mutex" "const pthread_mutexattr_t *attr" +.Fn pthread_mutex_init "pthread_mutex_t * restrict mutex" "const pthread_mutexattr_t * restrict attr" .Sh DESCRIPTION The .Fn pthread_mutex_init |
