mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-16 06:22:17 +00:00
LibC: Add public and independent ucontext.h header
This commit is contained in:
parent
35d31dec7e
commit
6ef355739d
Notes:
sideshowbarker
2024-07-18 04:38:32 +09:00
Author: https://github.com/ADKaster
Commit: 6ef355739d
Pull-request: https://github.com/SerenityOS/serenity/pull/14260
Reviewed-by: https://github.com/linusg
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