From b6cb331523e4b4969f587293468d532d2bf3ef9c Mon Sep 17 00:00:00 2001 From: Lexi Winter Date: Tue, 24 Jun 2025 14:28:12 +0100 Subject: nihil: export open_file --- nihil/open_file.ccm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nihil/open_file.ccm b/nihil/open_file.ccm index a399474..0266177 100644 --- a/nihil/open_file.ccm +++ b/nihil/open_file.ccm @@ -17,8 +17,8 @@ namespace nihil { /* * Open the given file and return an fd for it. */ -auto open_file(std::filesystem::path const &filename, - int flags, int mode = 0777) +export auto open_file(std::filesystem::path const &filename, + int flags, int mode = 0777) -> std::expected; } // namespace nihil -- cgit v1.2.3