From ee0c6e1b6d457c0e997ce0289aa785722d9f12d9 Mon Sep 17 00:00:00 2001 From: Peter Elliott Date: Mon, 26 Jul 2021 23:54:01 -0600 Subject: [PATCH] LibC: Add as an alias for was originally and some old software like X11 still uses the old path. --- Userland/Libraries/LibC/sys/poll.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Userland/Libraries/LibC/sys/poll.h diff --git a/Userland/Libraries/LibC/sys/poll.h b/Userland/Libraries/LibC/sys/poll.h new file mode 100644 index 0000000000..5a380f28cb --- /dev/null +++ b/Userland/Libraries/LibC/sys/poll.h @@ -0,0 +1,9 @@ +/* + * Copyright (c) 2021, the SerenityOS developers. + * + * SPDX-License-Identifier: BSD-2-Clause + */ + +#pragma once + +#include