Skip to content

Commit

Permalink
Explicitly declare the 'environ' global.
Browse files Browse the repository at this point in the history
  • Loading branch information
brianwalenz committed Jun 8, 2018
1 parent 7789653 commit 7586311
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/AS_UTL/objectStore.C
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@
#include <sys/wait.h>



extern char **environ; // Where, or where, is this really defined?!



static
char *
findSeqStorePath(char *requested) {
Expand Down

0 comments on commit 7586311

Please sign in to comment.