Make alternative sigcontextpath a little more generic.
[AROS.git] / compiler / clib / __spawnv.h
bloba4ac0e059a2c52ceb5884c122b91e821d09f086a
1 #ifndef ___SPAWN_H
2 #define ___SPAWN_H
4 /*
5 Copyright © 1995-2011, The AROS Development Team. All rights reserved.
6 $Id$
8 Desc: spawnv() internals - header file
9 Lang: english
12 int __spawnv(int mode, const char *filename, int searchpath, char *const argv[]);
14 #endif