diff options
author | Elliott Hughes <enh@google.com> | 2014-11-25 23:09:17 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2014-11-25 23:09:18 +0000 |
commit | d2327b22152ced7bc46dc629fc908959e8a52d03 (patch) | |
tree | 69b52db94e222f85a8db3f8e97a6d6f2ab55ef99 /host | |
parent | 2a9316a6c86a257f0c80f46f067423399a05e49a (diff) | |
parent | 1688e72ef913bb23fbf533f97d3a73b616b387ce (diff) | |
download | external_llvm-d2327b22152ced7bc46dc629fc908959e8a52d03.zip external_llvm-d2327b22152ced7bc46dc629fc908959e8a52d03.tar.gz external_llvm-d2327b22152ced7bc46dc629fc908959e8a52d03.tar.bz2 |
Merge "glibc has <sys/uio.h>."
Diffstat (limited to 'host')
-rw-r--r-- | host/include/llvm/Config/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/include/llvm/Config/config.h b/host/include/llvm/Config/config.h index 8135848..d686e16 100644 --- a/host/include/llvm/Config/config.h +++ b/host/include/llvm/Config/config.h @@ -467,7 +467,7 @@ #define HAVE_SYS_TYPES_H 1 /* Define to 1 if you have the <sys/uio.h> header file. */ -/* #define HAVE_SYS_UIO_H 1 */ +#define HAVE_SYS_UIO_H 1 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */ #define HAVE_SYS_WAIT_H 1 |