Remove remaining unnecessary 'volatile' qualifiers

This commit is contained in:
Pawel Dziepak
2013-11-06 00:03:07 +01:00
parent d929eb20ba
commit 73ad2473e7
45 changed files with 69 additions and 68 deletions
@@ -14,7 +14,7 @@
typedef struct lock {
sem_id sem;
vint32 count;
int32 count;
} lock;
+2 -2
View File
@@ -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 */