]> git.saurik.com Git - apple/libplatform.git/blobdiff - src/os/lock_internal.h
libplatform-177.250.1.tar.gz
[apple/libplatform.git] / src / os / lock_internal.h
index 01c2d8061e084bbcf930a97b67f1d8f1a956a5bc..ca5af12250fa5b76fbcc2a4f7361173eee5a3f8e 100644 (file)
@@ -30,7 +30,7 @@
 
 #define OS_LOCK_STRUCT_DECL_INTERNAL(type, ...) \
                typedef struct OS_LOCK_S_INTERNAL(type) { \
-                       OS_LOCK_TYPE_STRUCT(type) * const osl_type; \
+                       OS_LOCK_TYPE_STRUCT(type) * osl_type; \
                        __VA_ARGS__ \
                } OS_LOCK_S_INTERNAL(type); \
                typedef OS_LOCK_STRUCT_INTERNAL(type) *OS_LOCK_T_INTERNAL(type)