Skip to content

Commit

Permalink
LibC: Add public and independent ucontext.h header
Browse files Browse the repository at this point in the history
  • Loading branch information
ADKaster authored and linusg committed Jun 11, 2022
1 parent 35d31de commit 6ef3557
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Userland/Libraries/LibC/ucontext.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
/*
* Copyright (c) 2022, Andrew Kaster <[email protected]>
*
* SPDX-License-Identifier: BSD-2-Clause
*/

#pragma once

#include <Kernel/API/POSIX/ucontext.h>

0 comments on commit 6ef3557

Please sign in to comment.