LibC: Add public and independent ucontext.h header

This commit is contained in:
Andrew Kaster 2022-06-11 14:20:08 -06:00 committed by Linus Groh
parent 35d31dec7e
commit 6ef355739d

View file

@ -0,0 +1,9 @@
/*
* Copyright (c) 2022, Andrew Kaster <akaster@serenityos.org>
*
* SPDX-License-Identifier: BSD-2-Clause
*/
#pragma once
#include <Kernel/API/POSIX/ucontext.h>