From owner-cvs-lib Sat Jun 6 00:28:16 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA05236 for cvs-lib-outgoing; Sat, 6 Jun 1998 00:28:16 -0700 (PDT) (envelope-from owner-cvs-lib) 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 AAA05183; Sat, 6 Jun 1998 00:28:09 -0700 (PDT) (envelope-from jb@FreeBSD.org) From: John Birrell Received: (from jb@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA08471; Sat, 6 Jun 1998 00:27:07 -0700 (PDT) Date: Sat, 6 Jun 1998 00:27:07 -0700 (PDT) Message-Id: <199806060727.AAA08471@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libc_r/uthread uthread_spinlock.c Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jb 1998/06/06 00:27:07 PDT Modified files: lib/libc_r/uthread uthread_spinlock.c Log: Add a warning message for a thread locking against itself. This is not supposed to happen, but I have seen bogus g++ code that causes it. Revision Changes Path 1.3 +14 -3 src/lib/libc_r/uthread/uthread_spinlock.c