Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Aug 2000 16:39:17 -0700
From:      Dan Peterson <danp@danp.net>
To:        John Baldwin <jhb@FreeBSD.org>
Cc:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/lib/libc_r/uthread uthread_attr_getdetachstate.c uthread_attr_getstackaddr.c uthread_attr_getstacksize.c
Message-ID:  <20000817163914.A72306@danp.net>
In-Reply-To: <200008171816.LAA96225@freefall.freebsd.org>; from jhb@FreeBSD.org on Thu, Aug 17, 2000 at 11:16:54AM -0700
References:  <200008171816.LAA96225@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
	this commit broke my buildworld. i got conflicting type errors from
these three source files, and just had to change 'pthread_attr_t *attr' to
'const pthread_attr_t *attr' (as pthread.h declares them) in the associated
functions. it seems to have worked.

-dan

On Thu, Aug 17, 2000 at 11:16:54AM -0700, John Baldwin wrote:
| jhb         2000/08/17 11:16:54 PDT
| 
|   Modified files:        (Branch: RELENG_4)
|     lib/libc_r/uthread   uthread_attr_getdetachstate.c 
|                          uthread_attr_getstackaddr.c 
|                          uthread_attr_getstacksize.c 
|   Log:
|   MFC: Change the prototypes in the code as well as in the headers.
|   
|   Noticed by:	Sean O'Connell <sean@stat.Duke.EDU>
|   Pointy hat to:	jhb
|   
|   Revision  Changes    Path
|   1.3.2.1   +3 -2      src/lib/libc_r/uthread/uthread_attr_getdetachstate.c
|   1.3.2.1   +3 -2      src/lib/libc_r/uthread/uthread_attr_getstackaddr.c
|   1.3.2.1   +3 -2      src/lib/libc_r/uthread/uthread_attr_getstacksize.c

-- 
Dan Peterson / danp@danp.net / 415.505.4855


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000817163914.A72306>