Remove _WANT_ENVIRON remnants.

This commit is contained in:
Jonas 'Sortie' Termansen 2015-02-04 17:01:38 +01:00
parent 577323b950
commit b2f1c72cc7
2 changed files with 0 additions and 2 deletions

View File

@ -22,7 +22,6 @@
*******************************************************************************/
#define _WANT_ENVIRON
#include <unistd.h>
extern "C" int execv(const char* pathname, char* const* argv)

View File

@ -22,7 +22,6 @@
*******************************************************************************/
#define _WANT_ENVIRON
#include <unistd.h>
extern "C" int execvp(const char* filename, char* const* argv)