summaryrefslogtreecommitdiff
path: root/ACE/ace/config-kfreebsd.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/config-kfreebsd.h')
-rw-r--r--ACE/ace/config-kfreebsd.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/ACE/ace/config-kfreebsd.h b/ACE/ace/config-kfreebsd.h
index bc13d8b428d..a4387fbd5e7 100644
--- a/ACE/ace/config-kfreebsd.h
+++ b/ACE/ace/config-kfreebsd.h
@@ -177,8 +177,7 @@
/* Mutexes are inherently recursive (e.g., Win32) */
/* #undef ACE_HAS_RECURSIVE_MUTEXES */
-/* Platform will recurse infinitely on thread exits from TSS cleanup routines
- (e.g., AIX) */
+/* Platform will recurse infinitely on thread exits from TSS cleanup routines */
#define ACE_HAS_RECURSIVE_THR_EXIT_SEMANTICS 1
/* Platform supports reentrant functions (i.e., all the POSIX *_r functions).