summaryrefslogtreecommitdiffhomepage
path: root/frameworks/libThread.fwrk
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-03-27 09:06:08 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-03-27 09:11:32 +0100
commit5f12929a80c6cc03bff075be7e1b8dc74cd0f2c4 (patch)
tree012d939cde8a7e0b9cfa5e2214c14eedb57c5f01 /frameworks/libThread.fwrk
parentc32f2d094de351d04b158758e0cb7f45b14b00b6 (diff)
[FEAT] frameworks: Update frameworks code, adding new `libSocket` framework.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'frameworks/libThread.fwrk')
-rw-r--r--frameworks/libThread.fwrk/headers/Config.h2
-rw-r--r--frameworks/libThread.fwrk/src/ThreadMgr.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/frameworks/libThread.fwrk/headers/Config.h b/frameworks/libThread.fwrk/headers/Config.h
index f69f0f5..f8f5dab 100644
--- a/frameworks/libThread.fwrk/headers/Config.h
+++ b/frameworks/libThread.fwrk/headers/Config.h
@@ -1,7 +1,7 @@
// 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
+// Official repository: https://github.com/ne-foss-org/ne-system
#ifndef LIBTHREAD_FOUNDATION_H
#define LIBTHREAD_FOUNDATION_H
diff --git a/frameworks/libThread.fwrk/src/ThreadMgr.cpp b/frameworks/libThread.fwrk/src/ThreadMgr.cpp
index 6a7843f..7d663d3 100644
--- a/frameworks/libThread.fwrk/src/ThreadMgr.cpp
+++ b/frameworks/libThread.fwrk/src/ThreadMgr.cpp
@@ -1,7 +1,7 @@
// 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
+// Official repository: https://github.com/ne-foss-org/ne-system
#include <libSystem/SystemKit/Err.h>
#include <libThread.fwrk/headers/Config.h>