Date: Wed, 5 Nov 2003 10:17:30 -0800 (PST) From: Daniel Eischen <deischen@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/include libc_private.h spinlock.h Message-ID: <200311051817.hA5IHU9d024154@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
deischen 2003/11/05 10:17:30 PST FreeBSD src repository Modified files: lib/libc/include libc_private.h spinlock.h Log: Remove #include of spinlock.h from libc_private.h. Declare spinlocks as struct _spinlock. Keep the typedef in for now; another set of changes may come around to clean up consumers of spinlocks. Requested by: bde Revision Changes Path 1.11 +1 -3 src/lib/libc/include/libc_private.h 1.7 +3 -2 src/lib/libc/include/spinlock.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200311051817.hA5IHU9d024154>