ObjFW  Diff

Differences From Artifact [5d9cdb9d33]:

To Artifact [cd41ef981c]:


76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
# define O_EXLOCK 0
#endif

#ifndef OF_AMIGAOS
# define closeHandle(h) close(h)
#else
static struct OFFileHandle
	OFFileHandle previous, next;
	BPTR handle;
	bool append;
} *firstHandle = NULL;

static void
closeHandle(OFFileHandle handle)
{







|







76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
# define O_EXLOCK 0
#endif

#ifndef OF_AMIGAOS
# define closeHandle(h) close(h)
#else
static struct OFFileHandle
	struct OFFileHandle *previous, *next;
	BPTR handle;
	bool append;
} *firstHandle = NULL;

static void
closeHandle(OFFileHandle handle)
{