blob: f8f5dabca61a3d6b8bf1490a2ae5a110f667bd16 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
// 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/ne-system
#ifndef LIBTHREAD_FOUNDATION_H
#define LIBTHREAD_FOUNDATION_H
#include <libSystem/SystemKit/System.h>
#define LIBTHREAD_VERSION 0x100000
#endif // LIBTHREAD_FOUNDATION_H
|