diff options
Diffstat (limited to 'lib/config-vxworks.h')
-rw-r--r-- | lib/config-vxworks.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/config-vxworks.h b/lib/config-vxworks.h index 34a8c7172..26b8074d5 100644 --- a/lib/config-vxworks.h +++ b/lib/config-vxworks.h @@ -745,6 +745,9 @@ /* Define to 1 if _REENTRANT preprocessor symbol must be defined. */ /* #undef NEED_REENTRANT */ +/* Define to 1 if _THREAD_SAFE preprocessor symbol must be defined. */ +/* #undef NEED_THREAD_SAFE */ + /* Define to 1 if the open function requires three arguments. */ #define OPEN_NEEDS_ARG3 1 @@ -913,9 +916,6 @@ /* Define for large files, on AIX-style hosts. */ /* #undef _LARGE_FILES */ -/* define this if you need it to compile thread-safe code */ -/* #undef _THREAD_SAFE */ - /* Define to empty if `const' does not conform to ANSI C. */ /* #undef const */ |