open64
#ifndef open64
if ((ctl_fd = open64(ctl_path, O_WRONLY)) < 0) {
if ((stat_fd = open64(CT_LATEST, O_RDONLY)) == -1) {
if ((tmpl_fd = open64(CT_TEMPLATE, O_RDWR)) == -1) {