mirror of
https://github.com/RGBCube/serenity
synced 2025-05-15 19:44:58 +00:00

This is no longer needed as the Kernel can stand on its own legs now and there won't be any conflict with host system data types.
9 lines
138 B
C
9 lines
138 B
C
#pragma once
|
|
|
|
#include "UnixTypes.h"
|
|
|
|
inline static const off_t maxFileOffset = 2147483647;
|
|
|
|
static const size_t GoodBufferSize = 4096;
|
|
|
|
|