Skip to content

Commit

Permalink
Guard jvmtitests newly added header includes to J9ZOS only
Browse files Browse the repository at this point in the history
Signed-off-by: Gaurav Chaudhari <[email protected]>
  • Loading branch information
Deigue committed Oct 2, 2024
1 parent ea25376 commit 7c4f70f
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 7c4f70f

Please sign in to comment.