From owner-cvs-all Tue May 5 14:49:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA19767 for cvs-all-outgoing; Tue, 5 May 1998 14:49:10 -0700 (PDT) (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 OAA19757; Tue, 5 May 1998 14:49:07 -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 OAA05955; Tue, 5 May 1998 14:46:31 -0700 (PDT) Date: Tue, 5 May 1998 14:46:31 -0700 (PDT) Message-Id: <199805052146.OAA05955@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libc/include spinlock.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jb 1998/05/05 14:46:31 PDT Modified files: lib/libc/include spinlock.h Log: In a threaded library, expect the lock field to be declared volatile, so provide function prototypes that respect that, avoiding a gcc warning that `volatile' is being thrown away. Revision Changes Path 1.2 +5 -5 src/lib/libc/include/spinlock.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message