summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
Diffstat (limited to 'Include')
-rw-r--r--Include/allobjects.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/Include/allobjects.h b/Include/allobjects.h
index 1f55d14..5e4925d 100644
--- a/Include/allobjects.h
+++ b/Include/allobjects.h
@@ -41,12 +41,6 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#define UsingSharedLibs
#endif
-#ifdef WITH_THREAD
-/* This turns errno in a thread-safe function on Solaris.
- Wonder what it will break though :-( */
-#define _REENTRANT
-#endif
-
#include <stdio.h>
#include <string.h>
#include <errno.h>