From 82238b8a1552ad2206b7677e25095266b6f52a0f Mon Sep 17 00:00:00 2001 From: kurt <> Date: Mon, 19 Nov 2007 02:54:19 +0000 Subject: fix misleading comment; the _MUTEX_LOCK/_MUTEX_UNLOCK macros work with both static and non-static mutexs. --- src/lib/libc/include/thread_private.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/lib/libc/include/thread_private.h b/src/lib/libc/include/thread_private.h index a365c25e66..146f0b0a01 100644 --- a/src/lib/libc/include/thread_private.h +++ b/src/lib/libc/include/thread_private.h @@ -1,4 +1,4 @@ -/* $OpenBSD: thread_private.h,v 1.20 2007/06/05 18:11:48 kurt Exp $ */ +/* $OpenBSD: thread_private.h,v 1.21 2007/11/19 02:54:19 kurt Exp $ */ /* PUBLIC DOMAIN: No Rights Reserved. Marco S Hyman */ @@ -93,7 +93,7 @@ void _thread_mutex_destroy(void **); sizeof (storage), error) /* - * Macros used in libc to access non-static mutexes. + * Macros used in libc to access mutexes. */ #define _MUTEX_LOCK(mutex) \ do { \ -- cgit v1.2.3-55-g6feb