blob: f69f0f5ca4ec87b44bdc707d7272e2e014449bb4 (
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
|