diff options
Diffstat (limited to 'winsup/cygwin/thread.h')
-rw-r--r-- | winsup/cygwin/thread.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/winsup/cygwin/thread.h b/winsup/cygwin/thread.h index 5f7b398..9c1f8ee 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 |