diff options
Diffstat (limited to 'epoc/epoc_stubs.c')
-rw-r--r-- | epoc/epoc_stubs.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/epoc/epoc_stubs.c b/epoc/epoc_stubs.c index b11da400d6..c1c6bcf9e0 100644 --- a/epoc/epoc_stubs.c +++ b/epoc/epoc_stubs.c @@ -8,8 +8,6 @@ #include <string.h> -char *environ = 0; - int getgid() {return 0;} int getegid() {return 0;} int geteuid() {return 0;} @@ -31,7 +29,7 @@ signal() { } int execv() { return -1;} int execvp() { return -1;} -void Perl_do_exec() {} +void Perl_do_exec() {} /*------------------------------------------------------------------*/ /* Two dummy functions implement getproto* */ |