cvs commit: src/lib/libc/include libc_private.h spinlock.h
Daniel Eischen
deischen at FreeBSD.org
Wed Nov 5 10:17:31 PST 2003
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
More information about the cvs-src
mailing list