diff options
| author | wiz <wiz@NetBSD.org> | 2003-01-19 19:21:49 +0000 |
|---|---|---|
| committer | wiz <wiz@NetBSD.org> | 2003-01-19 19:21:49 +0000 |
| commit | d44e858cbb6a7ccf2d6ecad3dc1bb7b855d930c8 (patch) | |
| tree | abbd6416bf51b097a465c3d5564f15b7bbb54a1e /lib/libpthread/pthread.h | |
| parent | fe7d4299f57d2a95c3c55f7ef72f78fdf87d22e5 (diff) | |
Remove another variable name.
Diffstat (limited to 'lib/libpthread/pthread.h')
| -rw-r--r-- | lib/libpthread/pthread.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libpthread/pthread.h b/lib/libpthread/pthread.h index 3174adf84aa..a17596b94c5 100644 --- a/lib/libpthread/pthread.h +++ b/lib/libpthread/pthread.h @@ -1,4 +1,4 @@ -/* $NetBSD: pthread.h,v 1.4 2003/01/19 16:03:50 christos Exp $ */ +/* $NetBSD: pthread.h,v 1.5 2003/01/19 19:21:49 wiz Exp $ */ /*- * Copyright (c) 2001 The NetBSD Foundation, Inc. @@ -83,7 +83,7 @@ int pthread_mutex_unlock(pthread_mutex_t *); int pthread_mutexattr_init(pthread_mutexattr_t *); int pthread_mutexattr_destroy(pthread_mutexattr_t *); int pthread_mutexattr_gettype(const pthread_mutexattr_t *, int *); -int pthread_mutexattr_settype(pthread_mutexattr_t *attr, int type); +int pthread_mutexattr_settype(pthread_mutexattr_t *attr, int); int pthread_cond_init(pthread_cond_t *, const pthread_condattr_t *); int pthread_cond_destroy(pthread_cond_t *); |
