From 74eea628cf43355ba2b227f0bb3c31697d637761 Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Mon, 14 Feb 2011 18:41:25 -0500 Subject: extensive header cleanup for standards conformance & correctness thanks to Peter Mazinger (psm) for pointing many of these issues out and submitting a patch on which this commit is loosely based --- include/bits/uio.h | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 include/bits/uio.h (limited to 'include/bits/uio.h') diff --git a/include/bits/uio.h b/include/bits/uio.h deleted file mode 100644 index 43252653..00000000 --- a/include/bits/uio.h +++ /dev/null @@ -1,4 +0,0 @@ -struct iovec { - void *iov_base; - size_t iov_len; -}; -- cgit v1.2.1