Skip to content

Commit

Permalink
Include omriarv64.h only for ZOS 64bit
Browse files Browse the repository at this point in the history
omriarv64.h is for zOS 64bit, and should not be included for zOS 31bit.

Signed-off-by: Jason Feng <fengj@ca.ibm.com>
  • Loading branch information
JasonFengJ9 committed Jun 1, 2021
1 parent 67a5f4f commit 37e866c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions port/zos390/omrvmem.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,10 @@
#include "ut_omrport.h"
#include "omrportasserts.h"
#include "omrvmem.h"
#if defined(J9ZOS39064)
#include "omriarv64.h"
#endif /* defined(J9ZOS39064) */

#include "omrsimap.h"

#include <errno.h>
Expand Down

0 comments on commit 37e866c

Please sign in to comment.