summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Feeley <feeley@iro.umontreal.ca>2024-02-21 07:46:14 -0500
committerMarc Feeley <feeley@iro.umontreal.ca>2024-02-21 07:46:14 -0500
commitcb587c1e019d3e5919875931849eabad311a6d63 (patch)
treec539279dc8ac2da8d4cbf1d6355dd5c22b5bd553
parentfbd34d2e4af139ed5d9621ef1f279382e2add813 (diff)
Minor stylistic change (replace ___MULTIPLE_THREADED_VMS by not ___SINGLE_THREADED_VMS)
-rw-r--r--lib/os_io.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/os_io.c b/lib/os_io.c
index 54cf7dd5..71484dc5 100644
--- a/lib/os_io.c
+++ b/lib/os_io.c
@@ -1,6 +1,6 @@
/* File: "os_io.c" */
-/* Copyright (c) 1994-2023 by Marc Feeley, All Rights Reserved. */
+/* Copyright (c) 1994-2024 by Marc Feeley, All Rights Reserved. */
/*
* This module implements the operating system specific routines
@@ -4572,7 +4572,7 @@ ___HIDDEN void clear_tls_error_queue
/* TLS multithreading support */
-#ifdef ___MULTIPLE_THREADED_VMS
+#ifndef ___SINGLE_THREADED_VMS
___HIDDEN ___MUTEX *tls_mutex_buf = NULL;