mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 08:44:58 +00:00
LibC: Add public and independent ucontext.h header
This commit is contained in:
parent
35d31dec7e
commit
6ef355739d
1 changed files with 9 additions and 0 deletions
9
Userland/Libraries/LibC/ucontext.h
Normal file
9
Userland/Libraries/LibC/ucontext.h
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue