[PATCH] D18825: [CMake] Check for sys/types.h in config-ix.cmake

Jeroen Ketema via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 7 01:41:45 PDT 2016


This revision was automatically updated to reflect the committed changes.
Closed by commit rL265648: [CMake] Check for sys/types.h in config-ix.cmake (authored by jketema).

Changed prior to commit:
  http://reviews.llvm.org/D18825?vs=52794&id=52890#toc

Repository:
  rL LLVM

http://reviews.llvm.org/D18825

Files:
  llvm/trunk/cmake/config-ix.cmake

Index: llvm/trunk/cmake/config-ix.cmake
===================================================================
--- llvm/trunk/cmake/config-ix.cmake
+++ llvm/trunk/cmake/config-ix.cmake
@@ -67,6 +67,7 @@
 check_include_file(sys/resource.h HAVE_SYS_RESOURCE_H)
 check_include_file(sys/stat.h HAVE_SYS_STAT_H)
 check_include_file(sys/time.h HAVE_SYS_TIME_H)
+check_include_file(sys/types.h HAVE_SYS_TYPES_H)
 check_include_file(sys/uio.h HAVE_SYS_UIO_H)
 check_include_file(termios.h HAVE_TERMIOS_H)
 check_include_file(unistd.h HAVE_UNISTD_H)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D18825.52890.patch
Type: text/x-patch
Size: 538 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160407/b62881fe/attachment.bin>


More information about the llvm-commits mailing list