source:
vendor/perl/5.8.8/epoc/epoc_stubs.c
Last change on this file was 3181, checked in by , 18 years ago | |
---|---|
File size: 350 bytes |
Line | |
---|---|
1 | /* |
2 | * Copyright (c) 1999 Olaf Flebbe o.flebbe@gmx.de |
3 | * |
4 | * You may distribute under the terms of either the GNU General Public |
5 | * License or the Artistic License, as specified in the README file. |
6 | * |
7 | */ |
8 | |
9 | int setgid() {return -1;} |
10 | int setuid() {return -1;} |
11 | |
12 | int execv() { return -1;} |
13 | int execvp() { return -1;} |
14 | |
15 | void Perl_do_exec() {} |
16 | |
17 | |
18 |
Note:
See TracBrowser
for help on using the repository browser.