1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 15:07:45 +00:00

Build: add support for building on OpenBSD

This requires gcc8 from ports to build the Toolchain.
This commit is contained in:
joshua stein 2020-01-01 20:06:14 -06:00 committed by Andreas Kling
parent d61131945d
commit 5e430e4eb4
7 changed files with 81 additions and 26 deletions

View file

@ -2,7 +2,9 @@
#include <bits/stdint.h>
#ifndef PAGE_SIZE
#define PAGE_SIZE 4096
#endif
#define PATH_MAX 4096
#if !defined MAXPATHLEN && defined PATH_MAX