blob: 2448c458b10fe59d1762f6adebd19ac4718b007c (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
// SPDX-License-Identifier: Apache-2.0
// Copyright 2026, Amlal El Mahrouss (amlal@nekernel.org)
// Licensed under the Apache License, Version 2.0 (see LICENSE file)
// Official repository: https://github.com/ne-foss-org/nekernel
#ifndef LIBPOSIX_POSIXKIT_PTHREAD_H
#define LIBPOSIX_POSIXKIT_PTHREAD_H
#include <libPThread/ThreadKit/Thread.h>
#endif
|