ncannasse 7 năm trước cách đây
mục cha
commit
c581404d34
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/std/thread.c

+ 1 - 1
src/std/thread.c

@@ -29,7 +29,7 @@ struct _hl_mutex {
 };
 
 struct _hl_tls {
-	void (*free)( hl_mutex * );
+	void (*free)( hl_tls * );
 	void *value;
 };