From 6ef355739d29e46bfedcdb83dea41bec4431e82a Mon Sep 17 00:00:00 2001 From: Andrew Kaster Date: Sat, 11 Jun 2022 14:20:08 -0600 Subject: [PATCH] LibC: Add public and independent ucontext.h header --- Userland/Libraries/LibC/ucontext.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Userland/Libraries/LibC/ucontext.h diff --git a/Userland/Libraries/LibC/ucontext.h b/Userland/Libraries/LibC/ucontext.h new file mode 100644 index 00000000000000..4d18d3d7ce3c3c --- /dev/null +++ b/Userland/Libraries/LibC/ucontext.h @@ -0,0 +1,9 @@ +/* + * Copyright (c) 2022, Andrew Kaster + * + * SPDX-License-Identifier: BSD-2-Clause + */ + +#pragma once + +#include