OSDN Git Service

Add mode_t to the config.h generated by cmake on win32. Used by clang.
authorCedric Venet <cedric.venet@laposte.net>
Sat, 14 Feb 2009 16:13:26 +0000 (16:13 +0000)
committerCedric Venet <cedric.venet@laposte.net>
Sat, 14 Feb 2009 16:13:26 +0000 (16:13 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@64555 91177308-0d34-0410-b5e6-96231b3b80d8

cmake/config-ix.cmake
include/llvm/Config/config.h.cmake

index 5158bfe..cbe48d8 100755 (executable)
@@ -69,6 +69,7 @@ endif( MINGW )
 
 if( MSVC )
   set(error_t int)
+  set(mode_t "unsigned short")
   set(LTDL_SHLIBPATH_VAR "PATH")
   set(LTDL_SYSSEARCHPATH "")
   set(LTDL_DLOPEN_DEPLIBS 1)
index 12846fe..82f8828 100644 (file)
 /* Define to a type to use for `error_t' if it is not otherwise available. */
 #cmakedefine error_t ${error_t}
 
+/* Define to a type to use for `mode_t' if it is not otherwise available. */
+#cmakedefine mode_t ${mode_t}
+
 /* Define to `int' if <sys/types.h> does not define. */
 #undef pid_t