Date: Thu, 11 May 2000 08:57:17 -0700 (PDT) From: Bruce Evans <bde@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include pthread.h src/lib/libc_r/uthread uthread_attr_getdetachstate.c uthread_attr_getstackaddr.c uthread_attr_getstacksize.c Message-ID: <200005111557.IAA98948@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 2000/05/11 08:57:17 PDT Modified files: include pthread.h lib/libc_r/uthread uthread_attr_getdetachstate.c uthread_attr_getstackaddr.c uthread_attr_getstacksize.c Log: Fixed missing consts for function parameters, so that the code matches the man page and POSIX.1. Fixed nearby misformatting. Fixed a missing prototype. Revision Changes Path 1.21 +8 -4 src/include/pthread.h 1.4 +3 -2 src/lib/libc_r/uthread/uthread_attr_getdetachstate.c 1.4 +3 -2 src/lib/libc_r/uthread/uthread_attr_getstackaddr.c 1.4 +3 -2 src/lib/libc_r/uthread/uthread_attr_getstacksize.c 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?200005111557.IAA98948>