* src/lib/evil_unistd.h:

export execvp()



SVN revision: 37596
This commit is contained in:
Vincent Torri 2008-11-12 07:25:38 +00:00
parent 1b00e273ed
commit bd70ea0c86
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2008-11-12 Vincent Torri <doursse at users dot sf dot net>
* src/lib/evil_unistd.h:
export execvp()
2008-11-09 Vincent Torri <doursse at users dot sf dot net>
* evil.pc.in:

View File

@ -213,7 +213,7 @@ EAPI int evil_pipe(int *fds);
*
* @ingroup Evil
*/
int execvp( const char *file, char *const argv[]);
EAPI int execvp( const char *file, char *const argv[]);
#endif /* _WIN32_WCE && ! __CEGCC__ */