summaryrefslogtreecommitdiff
path: root/epoc/epoc_stubs.c
diff options
context:
space:
mode:
Diffstat (limited to 'epoc/epoc_stubs.c')
-rw-r--r--epoc/epoc_stubs.c31
1 files changed, 31 insertions, 0 deletions
diff --git a/epoc/epoc_stubs.c b/epoc/epoc_stubs.c
new file mode 100644
index 0000000000..02430b7378
--- /dev/null
+++ b/epoc/epoc_stubs.c
@@ -0,0 +1,31 @@
+/*
+ * Copyright (c) 1999 Olaf Flebbe o.flebbe@gmx.de
+ *
+ * You may distribute under the terms of either the GNU General Public
+ * License or the Artistic License, as specified in the README file.
+ *
+ */
+
+int getgid() {return 0;}
+int getegid() {return 0;}
+int geteuid() {return 0;}
+int getuid() {return 0;}
+int setgid() {return -1;}
+int setuid() {return -1;}
+
+int Perl_my_popen( int a, int b) {
+ return 0;
+}
+int Perl_my_pclose( int a) {
+ return 0;
+}
+
+kill() {}
+signal() {}
+
+void execv() {}
+void execvp() {}
+void do_spawn() {}
+void do_aspawn() {}
+void Perl_do_exec() {}
+