This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
In trying to save space, the warnings.pl change (#21107)
[perl5.git] / epoc / epoc_stubs.c
CommitLineData
14bdf8d3
OF
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
14bdf8d3
OF
9int setgid() {return -1;}
10int setuid() {return -1;}
11
3a2f06e9
GS
12int execv() { return -1;}
13int execvp() { return -1;}
14
ed79a026 15void Perl_do_exec() {}
3a2f06e9 16
14bdf8d3 17
14bdf8d3 18