ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/SheepShaver/src/Unix/sysdeps.h
(Generate patch)

Comparing SheepShaver/src/Unix/sysdeps.h (file contents):
Revision 1.7 by gbeauche, 2003-09-29T15:46:07Z vs.
Revision 1.8 by gbeauche, 2003-09-29T22:41:50Z

# Line 284 | Line 284 | static inline int testandset(int *p)
284   #define HAVE_SPINLOCKS 1
285   typedef int spinlock_t;
286  
287 < const spinlock_t SPIN_LOCK_UNLOCKED = 0;
287 > static const spinlock_t SPIN_LOCK_UNLOCKED = 0;
288  
289   static inline void spin_lock(spinlock_t *lock)
290   {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines