diff options
author | Elliott Hughes <enh@google.com> | 2014-11-25 14:50:32 -0800 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2014-11-25 14:50:32 -0800 |
commit | 1688e72ef913bb23fbf533f97d3a73b616b387ce (patch) | |
tree | 69b52db94e222f85a8db3f8e97a6d6f2ab55ef99 /host | |
parent | 2a9316a6c86a257f0c80f46f067423399a05e49a (diff) | |
download | external_llvm-1688e72ef913bb23fbf533f97d3a73b616b387ce.zip external_llvm-1688e72ef913bb23fbf533f97d3a73b616b387ce.tar.gz external_llvm-1688e72ef913bb23fbf533f97d3a73b616b387ce.tar.bz2 |
glibc has <sys/uio.h>.
Change-Id: Iaed181ce8f142355b69b8fd9590f62199c13e534
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 |