X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=epoc%2Fepoc_stubs.c;h=2d1b09daf69e17ebbfb88dc6d4fa9565d54c37af;hb=d6d3e8bddad8c105fc1972d4d9a8298ad3f73f11;hp=02430b737844d5fb04b0e227a3bc212938229237;hpb=14bdf8d3bfc4c68a9e0d4420c4db2eccd669ea5d;p=p5sagit%2Fp5-mst-13.2.git diff --git a/epoc/epoc_stubs.c b/epoc/epoc_stubs.c index 02430b7..2d1b09d 100644 --- a/epoc/epoc_stubs.c +++ b/epoc/epoc_stubs.c @@ -6,26 +6,13 @@ * */ -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; -} +int execv() { return -1;} +int execvp() { return -1;} -kill() {} -signal() {} - -void execv() {} -void execvp() {} -void do_spawn() {} -void do_aspawn() {} void Perl_do_exec() {} + +