Skip to content

Commit b01ca65

Browse files
author
Paul Gofman
committed
fsync: 8-byte align 'struct fsync_cache'.
1 parent 2b182b6 commit b01ca65

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dlls/ntdll/unix/fsync.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ static void *get_shm( unsigned int idx )
255255
#define FSYNC_LIST_BLOCK_SIZE (65536 / sizeof(struct fsync))
256256
#define FSYNC_LIST_ENTRIES 256
257257

258-
struct fsync_cache
258+
struct DECLSPEC_ALIGN(8) fsync_cache
259259
{
260260
enum fsync_type type;
261261
unsigned int shm_idx;

0 commit comments

Comments
 (0)