OpenVMS update follow-up

This commit is contained in:
nhmall
2023-05-22 20:50:35 -04:00
parent 788ade31ca
commit 4761bf190e
9 changed files with 43 additions and 43 deletions

View File

@@ -5,7 +5,7 @@
#include "config.h"
#undef exit
#ifdef VMS9
#ifdef VMSVSI
#include <descrip.h>
#include <lib$routines.h>
#include <starlet.h>
@@ -21,7 +21,7 @@ ATTRNORETURN void vms_abort(void);
/* first arg should be unsigned long but <lib$routines.h> has unsigned int */
#ifndef VMS9
#ifndef VMSVSI
extern void VDECL(lib$signal, (unsigned, ...));
#endif