Remove remaining unnecessary 'volatile' qualifiers
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
|
||||
typedef struct lock {
|
||||
sem_id sem;
|
||||
vint32 count;
|
||||
int32 count;
|
||||
} lock;
|
||||
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
|
||||
typedef struct lock {
|
||||
sem_id sem;
|
||||
vint32 count;
|
||||
int32 count;
|
||||
} lock;
|
||||
|
||||
|
||||
@@ -82,4 +82,4 @@ class Autolock {
|
||||
};
|
||||
|
||||
|
||||
#endif /* LOCK_H */
|
||||
#endif /* LOCK_H */
|
||||
|
||||
Reference in New Issue
Block a user