From eefcec312adeea33f6cc384ea13e64033bf1a9ee Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Fri, 8 Nov 2024 10:04:11 +0100 Subject: ADD: LibC++: Adding support for filesystem header. REN: Linker64.cc: Rename to DynamicLinker64.cc --- dev/LibC++/filesystem.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 dev/LibC++/filesystem.h (limited to 'dev/LibC++/filesystem.h') diff --git a/dev/LibC++/filesystem.h b/dev/LibC++/filesystem.h new file mode 100644 index 0000000..5923bec --- /dev/null +++ b/dev/LibC++/filesystem.h @@ -0,0 +1,18 @@ +/* ------------------------------------------- + + Copyright (C) 2024, EL Mahrouss Logic, all rights reserved. + +------------------------------------------- */ + +#ifndef __TOOLCHAINKIT_FS_H__ +#define __TOOLCHAINKIT_FS_H__ + +namespace std +{ + class path; + class filesystem_error; + class directory_entry; + class directory_iterator; +} + +#endif // __TOOLCHAINKIT_FS_H__ \ No newline at end of file -- cgit v1.2.3