From owner-cvs-all Fri Apr 3 01:13:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA00192 for cvs-all-outgoing; Fri, 3 Apr 1998 01:13:12 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA00186; Fri, 3 Apr 1998 01:13:09 -0800 (PST) (envelope-from jb@FreeBSD.org) From: John Birrell Received: (from jb@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA09956; Fri, 3 Apr 1998 01:11:15 -0800 (PST) Date: Fri, 3 Apr 1998 01:11:15 -0800 (PST) Message-Id: <199804030911.BAA09956@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libc_r/man pthread_detach.3 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jb 1998/04/03 01:11:15 PST Modified files: lib/libc_r/man pthread_detach.3 Log: This function compiles with the standard, so say so. Add a note about not touching errno and warn about previous drafts of the standard which changed the level of indirection to the thread argument. POSIX had a bit of trouble deciding what to do. So anyone coding to both draft 4 and draft 10 (the final draft) will get burnt by this function. I did. Grrr. Revision Changes Path 1.2 +6 -4 src/lib/libc_r/man/pthread_detach.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message