Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2003-07-02 06:31:32 +0400
committerChristopher Faylor <me@cgf.cx>2003-07-02 06:31:32 +0400
commit4d8d80b8a7a9ea21f5a90d912741267b11c50d22 (patch)
treee113554715fad576442972a14f4197ece2474289 /winsup/cygserver/woutsup.h
parent1847a1637dab3a009298f3451b962d2ac48d0bae (diff)
* Makefile.in (OBJS): Move some more files from cygwin directory.
* woutsup.h: Define _MT_SAFE.
Diffstat (limited to 'winsup/cygserver/woutsup.h')
-rw-r--r--winsup/cygserver/woutsup.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/winsup/cygserver/woutsup.h b/winsup/cygserver/woutsup.h
index c048f1c19..cb67c78d4 100644
--- a/winsup/cygserver/woutsup.h
+++ b/winsup/cygserver/woutsup.h
@@ -8,9 +8,7 @@ This software is a copyrighted work licensed under the terms of the
Cygwin license. Please consult the file "CYGWIN_LICENSE" for
details. */
-#ifdef HAVE_CONFIG_H
-# include "config.h"
-#endif
+#define _MT_SAFE 1
#ifdef __INSIDE_CYGWIN__
#error "woutsup.h is not for code being compiled inside the dll"