Skip to content
This repository was archived by the owner on Aug 25, 2021. It is now read-only.

Commit 4630a07

Browse files
committed
[+] includes [+]
1 parent ef443ed commit 4630a07

File tree

1 file changed

+12
-0
lines changed
  • UserLand/Libraries/LibC/sys

1 file changed

+12
-0
lines changed

UserLand/Libraries/LibC/sys/wait.h

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
/*
2+
* Copyright (c) 2021, Krisna Pranav
3+
*
4+
* SPDX-License-Identifier: BSD-2-Clause
5+
*/
6+
7+
#pragma once
8+
9+
// includes
10+
#include <signal.h>
11+
#include <sys/cdefs.h>
12+
#include <sys/types.h>

0 commit comments

Comments
 (0)