1
1

Access to environ is not granted for free, we have to declare it on MAC OS X

(at least with gcc 4.2).

This commit was SVN r9071.
Этот коммит содержится в:
George Bosilca 2006-02-16 21:26:25 +00:00
родитель eef3b6b2ba
Коммит ab59741df6

Просмотреть файл

@ -39,6 +39,7 @@
#include "orte/mca/pls/base/base.h"
#include "orte/mca/errmgr/errmgr.h"
extern char **environ;
int orte_pls_base_check_context_cwd(orte_app_context_t *context,
bool want_chdir)