Remove _LARGEFILE64_SOURCE warnings

This commit is contained in:
Vitaliy Filippov
2026-05-11 14:59:20 +03:00
parent d0c0f3ea39
commit 7432494e88
2 changed files with 5 additions and 0 deletions
+2
View File
@@ -1,7 +1,9 @@
// Copyright (c) Vitaliy Filippov, 2019+
// License: VNPL-1.1 (see README.md for details)
#ifndef _LARGEFILE64_SOURCE
#define _LARGEFILE64_SOURCE
#endif
#include "malloc_or_die.h"
#include "osd_peering_pg.h"
+3
View File
@@ -1,7 +1,10 @@
// Copyright (c) Vitaliy Filippov, 2019+
// License: VNPL-1.1 (see README.md for details)
#ifndef _LARGEFILE64_SOURCE
#define _LARGEFILE64_SOURCE
#endif
#include <sys/types.h>
#include <sys/ioctl.h>
#include <sys/stat.h>