Skip to content

Commit

Permalink
Merge pull request #20289 from Deigue/openxl-headers-flags
Browse files Browse the repository at this point in the history
Guard jvmtitests newly added header includes to J9ZOS only
  • Loading branch information
keithc-ca authored Oct 3, 2024
2 parents 6e91d46 + 7c4f70f commit 2e44afd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@

#include "jvmti_test.h"
#include <string.h>
#if defined(J9ZOS390)
#include <strings.h>
#endif /* defined(J9ZOS390) */

static agentEnv * env;
static jmethodID catchMethod = NULL;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@

#include "jvmti_test.h"
#include <string.h>
#if defined(J9ZOS390)
#include <strings.h>
#endif /* defined(J9ZOS390) */

static agentEnv * env;
static int imse = 0;
Expand Down

0 comments on commit 2e44afd

Please sign in to comment.