From 531e62c8255139cef292d60156add4218c11eb75 Mon Sep 17 00:00:00 2001 From: jasone Date: Wed, 19 Jul 2000 16:38:07 +0000 Subject: pthread_once --> pthread_once_t. --- lib/libpthread/man/pthread_once.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libpthread/man') diff --git a/lib/libpthread/man/pthread_once.3 b/lib/libpthread/man/pthread_once.3 index af203fc..e77e180 100644 --- a/lib/libpthread/man/pthread_once.3 +++ b/lib/libpthread/man/pthread_once.3 @@ -41,7 +41,7 @@ .Sh SYNOPSIS .Fd #include .Pp -pthread_once +pthread_once_t .Fa once_control = PTHREAD_ONCE_INIT; .Ft int -- cgit v1.1