summaryrefslogtreecommitdiffhomepage
path: root/dev/LibC++
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-11-08 14:52:59 +0100
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-11-08 14:52:59 +0100
commit1dcf80cae33dc75a50f10714f2d65fd9bd04a060 (patch)
tree63edf5b1c75da7e8b294c398030537f60f4fae84 /dev/LibC++
parent51aa22c757f7e632d805645d04020c70b2110ca9 (diff)
WIP: Improvements of the PEF linker in progress.
Diffstat (limited to 'dev/LibC++')
-rw-r--r--dev/LibC++/defines.h3
-rw-r--r--dev/LibC++/filesystem.h2
-rw-r--r--dev/LibC++/utility.h1
3 files changed, 3 insertions, 3 deletions
diff --git a/dev/LibC++/defines.h b/dev/LibC++/defines.h
index 78546b5..bdf4a06 100644
--- a/dev/LibC++/defines.h
+++ b/dev/LibC++/defines.h
@@ -7,7 +7,8 @@
#ifndef __TOOLCHAINKIT_DEFINES_H__
#define __TOOLCHAINKIT_DEFINES_H__
-extern "C" {
+extern "C"
+{
#include <stdint.h>
#include <stddef.h>
}
diff --git a/dev/LibC++/filesystem.h b/dev/LibC++/filesystem.h
index 5923bec..22aa2e0 100644
--- a/dev/LibC++/filesystem.h
+++ b/dev/LibC++/filesystem.h
@@ -13,6 +13,6 @@ namespace std
class filesystem_error;
class directory_entry;
class directory_iterator;
-}
+} // namespace std
#endif // __TOOLCHAINKIT_FS_H__ \ No newline at end of file
diff --git a/dev/LibC++/utility.h b/dev/LibC++/utility.h
index 84f62a6..1b682d8 100644
--- a/dev/LibC++/utility.h
+++ b/dev/LibC++/utility.h
@@ -30,5 +30,4 @@ namespace std
}
} // namespace std
-
#endif // LIBCXX_UTILITY_H