ObjFW  Diff

Differences From Artifact [fc195ff020]:

To Artifact [80983f9ddc]:


30
31
32
33
34
35
36
37
38
39

40
41
42
43
44
45
46
30
31
32
33
34
35
36



37
38
39
40
41
42
43
44







-
-
-
+







static of_spinlock_t spinlocks[NUM_SPINLOCKS];
#endif

#ifdef OF_HAVE_THREADS
static void __attribute__((__constructor__))
init(void)
{
	size_t i;

	for (i = 0; i < NUM_SPINLOCKS; i++)
	for (size_t i = 0; i < NUM_SPINLOCKS; i++)
		if (!of_spinlock_new(&spinlocks[i]))
			OBJC_ERROR("Failed to initialize spinlocks!")
}
#endif

id
objc_getProperty(id self, SEL _cmd, ptrdiff_t offset, BOOL atomic)