From b5ee516575b4d2f1fd7de014230fee7cf8b6b538 Mon Sep 17 00:00:00 2001 From: rsc Date: Mon, 17 Jul 2006 01:52:13 +0000 Subject: add uint and standardize on typedefs instead of unsigned --- spinlock.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'spinlock.h') diff --git a/spinlock.h b/spinlock.h index bc84a58..044e4d8 100644 --- a/spinlock.h +++ b/spinlock.h @@ -1,4 +1,4 @@ struct spinlock { - unsigned int locked; - unsigned locker_pc; + uint locked; + uint locker_pc; }; -- cgit v1.2.3