From 72f3fe0b126ff6acea04b59a840a806a081d4d43 Mon Sep 17 00:00:00 2001 From: Bananymous Date: Thu, 22 Aug 2024 14:14:15 +0300 Subject: [PATCH] LibC: Add empty files sys/param.h and sys/file.h For some reason some ports include these files even when they detect that they are not available --- userspace/libraries/LibC/include/sys/file.h | 0 userspace/libraries/LibC/include/sys/param.h | 0 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 userspace/libraries/LibC/include/sys/file.h create mode 100644 userspace/libraries/LibC/include/sys/param.h diff --git a/userspace/libraries/LibC/include/sys/file.h b/userspace/libraries/LibC/include/sys/file.h new file mode 100644 index 0000000000..e69de29bb2 diff --git a/userspace/libraries/LibC/include/sys/param.h b/userspace/libraries/LibC/include/sys/param.h new file mode 100644 index 0000000000..e69de29bb2