summaryrefslogtreecommitdiffhomepage
path: root/public/tools/mgmt/src/CommandLine.cc
diff options
context:
space:
mode:
Diffstat (limited to 'public/tools/mgmt/src/CommandLine.cc')
-rw-r--r--public/tools/mgmt/src/CommandLine.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/public/tools/mgmt/src/CommandLine.cc b/public/tools/mgmt/src/CommandLine.cc
new file mode 100644
index 00000000..45990d08
--- /dev/null
+++ b/public/tools/mgmt/src/CommandLine.cc
@@ -0,0 +1,5 @@
+#include <user/SystemCalls.h>
+
+SInt32 _NeMain(SInt32 argc, Char* argv[]) {
+ return EXIT_FAILURE;
+} \ No newline at end of file