diff options
Diffstat (limited to 'vms/vmsish.h')
-rw-r--r-- | vms/vmsish.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vms/vmsish.h b/vms/vmsish.h index f5622ba340..90311a06d0 100644 --- a/vms/vmsish.h +++ b/vms/vmsish.h @@ -280,6 +280,7 @@ #endif #define init_os_extras Perl_init_os_extras #define vms_realpath(a, b, c) Perl_vms_realpath(aTHX_ a,b,c) +#define vms_realname(a, b, c) Perl_vms_realname(aTHX_ a,b,c) #define vms_case_tolerant(a) Perl_vms_case_tolerant(a) /* Delete if at all possible, changing protections if necessary. */ |