Skip to content

Commit

Permalink
Add HAVE_LINUX guard
Browse files Browse the repository at this point in the history
  • Loading branch information
jesperpedersen committed Nov 9, 2021
1 parent 2d80588 commit 54d0b35
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/libpgagroal/utils.c
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,10 @@
#endif

extern char** environ;
#ifdef HAVE_LINUX
static bool env_changed = false;
static int max_process_title_size = -1;
#endif

int32_t
pgagroal_get_request(struct message* msg)
Expand Down

0 comments on commit 54d0b35

Please sign in to comment.