summaryrefslogtreecommitdiff
path: root/vm_dump.c
diff options
context:
space:
mode:
authorRei Odaira <rodaira@us.ibm.com>2021-10-02 21:22:37 -0500
committerRei Odaira <rodaira@us.ibm.com>2021-10-02 21:23:34 -0500
commitceeae31901275c9a3fde19aa05b343fbcf6187d1 (patch)
tree615b535271fbd19cc9249ba0b1942fdd5ae8271b /vm_dump.c
parent2962c421e1433bffc85130385b1e9ced263a356e (diff)
Avoid using the altzone variable in AIX
In AIX, altzone exists in the standard library but is not declared in time.h. By 524513be399e81bb170ec88aa0d501f33cbde8c3, have_var and try_var in mkmf recognizes a variable that exists in a library even when it is not declared. As a result, in AIX, HAVE_ALTZONE is defined, but compile fails due to the lack of the declaration.
Diffstat (limited to 'vm_dump.c')
0 files changed, 0 insertions, 0 deletions