summaryrefslogtreecommitdiff
path: root/gl/lib/glob.in.h
diff options
context:
space:
mode:
Diffstat (limited to 'gl/lib/glob.in.h')
-rw-r--r--gl/lib/glob.in.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gl/lib/glob.in.h b/gl/lib/glob.in.h
index 5633d8b7..44a66556 100644
--- a/gl/lib/glob.in.h
+++ b/gl/lib/glob.in.h
@@ -67,7 +67,7 @@ extern "C" {
#endif
/* Structure describing a globbing run. */
-#if !defined _AMIGA && !defined VMS /* Buggy compiler. */
+#if !defined _AMIGA && !MK_OS_VMS /* Buggy compiler. */
struct stat;
#endif
typedef struct
@@ -83,7 +83,7 @@ typedef struct
struct dirent *(*gl_readdir) (void *);
void * (*gl_opendir) (const char *);
int (*gl_lstat) (const char *, struct stat *);
-#if defined(VMS) && defined(__DECC) && !defined(_POSIX_C_SOURCE)
+#if MK_OS_VMS && defined(__DECC) && !defined(_POSIX_C_SOURCE)
int (*gl_stat) (const char *, struct stat *, ...);
#else
int (*gl_stat) (const char *, struct stat *);