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:
Diffstat (limited to 'winsup/cygwin/thread.h')
-rw-r--r--winsup/cygwin/thread.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/winsup/cygwin/thread.h b/winsup/cygwin/thread.h
index 5f7b39845..9c1f8eed7 100644
--- a/winsup/cygwin/thread.h
+++ b/winsup/cygwin/thread.h
@@ -11,8 +11,8 @@ This software is a copyrighted work licensed under the terms of the
Cygwin license. Please consult the file "CYGWIN_LICENSE" for
details. */
-#ifndef _CYGNUS_THREADS_
-#define _CYGNUS_THREADS_
+#ifndef _THREAD_H
+#define _THREAD_H
#define LOCK_MMAP_LIST 1
@@ -707,4 +707,4 @@ struct MTinterface
};
#define MT_INTERFACE user_data->threadinterface
-#endif // _CYGNUS_THREADS_
+#endif // _THREAD_H