aboutsummaryrefslogtreecommitdiffstats
path: root/nihil.posix/fexecv.ccm
diff options
context:
space:
mode:
Diffstat (limited to 'nihil.posix/fexecv.ccm')
-rw-r--r--nihil.posix/fexecv.ccm8
1 files changed, 4 insertions, 4 deletions
diff --git a/nihil.posix/fexecv.ccm b/nihil.posix/fexecv.ccm
index 5ad6c62..1fe57a8 100644
--- a/nihil.posix/fexecv.ccm
+++ b/nihil.posix/fexecv.ccm
@@ -9,8 +9,6 @@ module;
#include "nihil.hh"
-#ifdef NIHIL_HAVE_FEXECVE
-
export module nihil.posix:fexecv;
import nihil.error;
@@ -20,6 +18,8 @@ import :fd;
namespace nihil {
+#ifdef NIHIL_HAVE_FEXECVE
+
/*
* fexecv: use a file descriptor and an argument vector to call ::fexecve().
* This is the lowest-level executor which all others are implemented
@@ -48,6 +48,6 @@ private:
argv m_args;
};
-} // namespace nihil
+#endif // NIHIL_HAVE_FEXECVE
-#endif // NIHIL_HAVE_FEXECVE \ No newline at end of file
+} // namespace nihil